Commit Graph

290 Commits (a4dde3abbf87a495154a876576e1ab34b17b5ef1)

Author SHA1 Message Date
Borislav Petkov 35d9b17fe2 ide-cd: add a debug_mask module parameter 17 years ago
Borislav Petkov fc8323f793 ide-cd: convert driver to new ide debugging macro (v3) 17 years ago
Bartlomiej Zolnierkiewicz 14d83b12c9 ide-cd: no need to zero drive->special.all 17 years ago
Bartlomiej Zolnierkiewicz 4ab3d50224 ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify() 17 years ago
Bartlomiej Zolnierkiewicz 0ae4b3199a ide: remove superfluous ->media field from ide_driver_t 17 years ago
Bartlomiej Zolnierkiewicz 97100fc816 ide: add device flags 17 years ago
Borislav Petkov 5aeddf907f ide: unify conversion macros 17 years ago
Elias Oltmanns 92f1f8fd80 ide: Remove ide_spin_wait_hwgroup() and use special requests instead 17 years ago
Bartlomiej Zolnierkiewicz 02d599a365 ide: remove ->supports_dsc_overlap field from ide_driver_t 17 years ago
Bartlomiej Zolnierkiewicz 8185d5aa93 ide: /proc/ide/hd*/settings rework 17 years ago
Bartlomiej Zolnierkiewicz 1e874f4483 ide: call ide_proc_register_driver() later 17 years ago
Bartlomiej Zolnierkiewicz 2a924662b6 ide: remove needless drive->present checks from device drivers 17 years ago
FUJITA Tomonori efa402d59e ide-cd: use the new object_is_in_stack() helper 17 years ago
Bartlomiej Zolnierkiewicz 3a7d24841a ide: use ATA_* defines instead of *_STAT and *_ERR ones 17 years ago
Bartlomiej Zolnierkiewicz aaaade3f05 ide: WIN_* -> ATA_CMD_* 17 years ago
Bartlomiej Zolnierkiewicz 4dde4492d8 ide: make drive->id an union (take 2) 17 years ago
Tejun Heo b7db9956e5 block: move policy from disk to part0 17 years ago
Bodo Eggert f3e85ee70a ide-cd: Optiarc DVD RW AD-7200A does play audio 17 years ago
Borislav Petkov f20f258603 ide-cd: temporary tray close fix 17 years ago
Jens Axboe 2dc75d3c3b block: disable sysfs parts of the disk command filter 17 years ago
FUJITA Tomonori bb23b431db remove blk_register_filter and blk_unregister_filter in gendisk 17 years ago
Adrian Bunk fc99856a45 ide-cd: use bcd2bin/bin2bcd 17 years ago
Petr Tesarik 938bb03d18 ide-cd: fix endianity for the error message in cdrom_read_capacity 17 years ago
Bartlomiej Zolnierkiewicz d3e33ff59f ide: fix regression caused by ide_device_{get,put}() addition (take 2) 17 years ago
Jens Axboe e8e7b9eb11 ide-cd: fix oops when using growisofs 17 years ago
Bartlomiej Zolnierkiewicz 08da591e14 ide: add ide_device_{get,put}() helpers 17 years ago
Harvey Harrison 141d3b27fc ide: ide-cd.c fix sparse endianness warnings 17 years ago
Borislav Petkov 570f89ea5f ide-cd: convert to using the new atapi_flags 17 years ago
Bartlomiej Zolnierkiewicz 374e042c3e ide: add struct ide_tp_ops (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 1823649b5a ide: add ide_read_bcount_and_ireason() helper 17 years ago
Bartlomiej Zolnierkiewicz b73c7ee25d ide: add ->read_status method 17 years ago
Elias Oltmanns 3ef5eb424e IDE: Remove unused code 17 years ago
Borislav Petkov 7fcebda501 ide-cd: move request prep chunk from cdrom_do_newpc_cont to rq issue path 17 years ago
Borislav Petkov 90eb808e0f ide-cd: move request prep from cdrom_start_rw_cont to rq issue path 17 years ago
Borislav Petkov e529c6087a ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path 17 years ago
Borislav Petkov 4b01fcbbe6 ide-cd: fold cdrom_start_seek into ide_cd_do_request 17 years ago
Borislav Petkov b6ca440a8f ide-cd: simplify request issuing path 17 years ago
Borislav Petkov 99384aeafe ide-cd: mv ide_do_rw_cdrom ide_cd_do_request 17 years ago
Borislav Petkov 8ea1d17b96 ide-cd: cdrom_start_seek: remove unused argument block 17 years ago
Borislav Petkov ab9d6e3374 ide-cd: ide_do_rw_cdrom: add the catch-all bad request case to the if-else block 17 years ago
Borislav Petkov ae8789f034 ide-cd: remove ide_cd_drain_data and ide_cd_pad_transfer 17 years ago
Borislav Petkov af6765ce9f ide-cd: remove wait-for-idle-controller bit in cdrom_start_packet_command 17 years ago
FUJITA Tomonori e5318b531b ide: use the dma safe check for REQ_TYPE_ATA_PC 17 years ago
FUJITA Tomonori 0b6abc1770 ide: avoid DMA on the stack for REQ_TYPE_ATA_PC 17 years ago
Bartlomiej Zolnierkiewicz 794cc6804b ide-{cd,floppy,tape}: remove checking for drive->scsi 17 years ago
FUJITA Tomonori 63f5abb095 ide: remove action argument in ide_do_drive_cmd 17 years ago
Bartlomiej Zolnierkiewicz 9a410e79b5 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag 17 years ago
FUJITA Tomonori ed820f1952 ide-cd: remove ide_cd_init_rq 17 years ago
FUJITA Tomonori 124cafc5eb ide: remove ide_init_drive_cmd 17 years ago
FUJITA Tomonori 5f828546e1 ide-cd: convert ide_cd_queue_pc to use blk_execute_rq 17 years ago