Commit Graph

113446 Commits (95f9bfc6b76e862265a2d70ae061eec18fe14140)
 

Author SHA1 Message Date
Bartlomiej Zolnierkiewicz de699ad595 ide: add ide_do_test_unit_ready() helper 17 years ago
Bartlomiej Zolnierkiewicz 0c8a6c7aea ide: add ide_do_start_stop() helper 17 years ago
Bartlomiej Zolnierkiewicz 0578042db3 ide: add ide_set_media_lock() helper 17 years ago
Bartlomiej Zolnierkiewicz 0127854d7c ide-floppy: move floppy ioctls handling to ide-floppy_ioctl.c 17 years ago
Bartlomiej Zolnierkiewicz 49cac39e71 ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP} 17 years ago
Bartlomiej Zolnierkiewicz 2ac07d9206 ide: add ide_queue_pc_tail() helper 17 years ago
Bartlomiej Zolnierkiewicz 7645c1514c ide: add ide_queue_pc_head() helper 17 years ago
Bartlomiej Zolnierkiewicz 7bf7420a31 ide: add ide_init_pc() helper 17 years ago
Bartlomiej Zolnierkiewicz 385a4b8787 ide-tape: add ide_tape_set_media_lock() helper 17 years ago
Bartlomiej Zolnierkiewicz e996fc8ae9 ide-floppy: add ide_floppy_set_media_lock() helper 17 years ago
Bartlomiej Zolnierkiewicz acaa0f5f67 ide: add ide_io_buffers() helper 17 years ago
Bartlomiej Zolnierkiewicz c860f95568 ide-scsi: cleanup ide_scsi_io_buffers() 17 years ago
Bartlomiej Zolnierkiewicz 4de4b9e140 ide-floppy: remove MODE_SENSE_* defines 17 years ago
Bartlomiej Zolnierkiewicz 2e8a6f89de ide-{floppy,tape}: remove packet command stack 17 years ago
Bartlomiej Zolnierkiewicz 394a4c2101 ide-{floppy,tape}: remove request stack 17 years ago
Borislav Petkov 20df429dd6 ide-generic: handle probing of legacy io-ports v5 17 years ago
Borislav Petkov b98b3409ab ide-floppy: use scatterlists for pio transfers 17 years ago
Bartlomiej Zolnierkiewicz f025ffdcc3 ide-tape: remove idetape_init_rq() 17 years ago
Bartlomiej Zolnierkiewicz d56c99e26b ide-floppy: add ide_floppy_format_ioctl() helper 17 years ago
Bartlomiej Zolnierkiewicz e3faa2481e ide-floppy: remove needless parens 17 years ago
Bartlomiej Zolnierkiewicz 51509eec34 ide: add ide_check_atapi_device() helper 17 years ago
Bartlomiej Zolnierkiewicz 05236ea6df ide: move ioctls handling to ide-ioctls.c 17 years ago
Bartlomiej Zolnierkiewicz 170dc5b085 ide: cleanup generic_ide_ioctl() 17 years ago
Bartlomiej Zolnierkiewicz aa7687738a ide: add ide_setting_ioctl() helper 17 years ago
Bartlomiej Zolnierkiewicz 9232c14bff ide: remove ->bus_state field from ide_hwif_t 17 years ago
Bartlomiej Zolnierkiewicz feb22b7f8e ide: add proper PCI PM support (v2) 17 years ago
Bartlomiej Zolnierkiewicz 1785192b53 hpt366: add hpt3xx_disable_fast_irq() helper 17 years ago
Bartlomiej Zolnierkiewicz a02227c977 ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok() 17 years ago
Bartlomiej Zolnierkiewicz 93734a2344 ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid() 17 years ago
Bartlomiej Zolnierkiewicz 718c72e83d ide: use ata_id_is_cfa() 17 years ago
Bartlomiej Zolnierkiewicz ff2779b568 ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() 17 years ago
Bartlomiej Zolnierkiewicz 4b58f17d7c ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() 17 years ago
Bartlomiej Zolnierkiewicz 1a4e4d4d2c ide: check only for CACHE FLUSH command support in ide_id_has_flush_cache() 17 years ago
Bartlomiej Zolnierkiewicz 942dcd85bf ide: idedisk_supports_lba48() -> ata_id_lba48_enabled() 17 years ago
Bartlomiej Zolnierkiewicz 367d7e78dd ide: ide_dev_is_sata() -> ata_id_is_sata() 17 years ago
Bartlomiej Zolnierkiewicz 5d5870f0a2 ide: ide_dev_has_iordy() -> ata_id_has_iordy() 17 years ago
Bartlomiej Zolnierkiewicz 9fa295e12d ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl() 17 years ago
Bartlomiej Zolnierkiewicz 02d599a365 ide: remove ->supports_dsc_overlap field from ide_driver_t 17 years ago
Bartlomiej Zolnierkiewicz ebc6be5206 ide: remove read-only ->atapi_overlap field from ide_drive_t 17 years ago
Bartlomiej Zolnierkiewicz af5dfe8cf0 cmd640: add __set_prefetch_mode() 17 years ago
Bartlomiej Zolnierkiewicz 151a670186 ide: remove SECTOR_WORDS define 17 years ago
Bartlomiej Zolnierkiewicz 8185d5aa93 ide: /proc/ide/hd*/settings rework 17 years ago
Bartlomiej Zolnierkiewicz 263138a0ad ide: preparations for /proc/ide/hd*/settings rework 17 years ago
Bartlomiej Zolnierkiewicz 1e874f4483 ide: call ide_proc_register_driver() later 17 years ago
Bartlomiej Zolnierkiewicz 3ceca727fe ide: include <linux/hdreg.h> only when needed 17 years ago
Bartlomiej Zolnierkiewicz 7c51c17e04 ide: remove CONFIG_IDEDISK_MULTI_MODE 17 years ago
Bartlomiej Zolnierkiewicz 7e59ea21aa ide: check drive->present in ide_get_paired_drive() 17 years ago
Bartlomiej Zolnierkiewicz 2a924662b6 ide: remove needless drive->present checks from device drivers 17 years ago
Bartlomiej Zolnierkiewicz 3cd5f1eae0 ide: remove unused _IDE_C and _IDE_DISK defines 17 years ago
Bartlomiej Zolnierkiewicz a2cdee5a9a ide: remove IDE_CHIPSET_* macros 17 years ago