Commit Graph

2125 Commits (7105de84f1cb5ef640bfe4b8b137837c346caab5)

Author SHA1 Message Date
Borislav Petkov b98b3409ab ide-floppy: use scatterlists for pio transfers 16 years ago
Bartlomiej Zolnierkiewicz f025ffdcc3 ide-tape: remove idetape_init_rq() 16 years ago
Bartlomiej Zolnierkiewicz d56c99e26b ide-floppy: add ide_floppy_format_ioctl() helper 16 years ago
Bartlomiej Zolnierkiewicz e3faa2481e ide-floppy: remove needless parens 16 years ago
Bartlomiej Zolnierkiewicz 51509eec34 ide: add ide_check_atapi_device() helper 16 years ago
Bartlomiej Zolnierkiewicz 05236ea6df ide: move ioctls handling to ide-ioctls.c 16 years ago
Bartlomiej Zolnierkiewicz 170dc5b085 ide: cleanup generic_ide_ioctl() 16 years ago
Bartlomiej Zolnierkiewicz aa7687738a ide: add ide_setting_ioctl() helper 16 years ago
Bartlomiej Zolnierkiewicz 9232c14bff ide: remove ->bus_state field from ide_hwif_t 16 years ago
Bartlomiej Zolnierkiewicz feb22b7f8e ide: add proper PCI PM support (v2) 16 years ago
Bartlomiej Zolnierkiewicz 1785192b53 hpt366: add hpt3xx_disable_fast_irq() helper 16 years ago
Bartlomiej Zolnierkiewicz a02227c977 ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok() 16 years ago
Bartlomiej Zolnierkiewicz 93734a2344 ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid() 16 years ago
Bartlomiej Zolnierkiewicz 718c72e83d ide: use ata_id_is_cfa() 16 years ago
Bartlomiej Zolnierkiewicz ff2779b568 ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() 16 years ago
Bartlomiej Zolnierkiewicz 4b58f17d7c ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() 16 years ago
Bartlomiej Zolnierkiewicz 942dcd85bf ide: idedisk_supports_lba48() -> ata_id_lba48_enabled() 16 years ago
Bartlomiej Zolnierkiewicz 367d7e78dd ide: ide_dev_is_sata() -> ata_id_is_sata() 16 years ago
Bartlomiej Zolnierkiewicz 5d5870f0a2 ide: ide_dev_has_iordy() -> ata_id_has_iordy() 16 years ago
Bartlomiej Zolnierkiewicz 9fa295e12d ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl() 16 years ago
Bartlomiej Zolnierkiewicz 02d599a365 ide: remove ->supports_dsc_overlap field from ide_driver_t 16 years ago
Bartlomiej Zolnierkiewicz ebc6be5206 ide: remove read-only ->atapi_overlap field from ide_drive_t 16 years ago
Bartlomiej Zolnierkiewicz af5dfe8cf0 cmd640: add __set_prefetch_mode() 16 years ago
Bartlomiej Zolnierkiewicz 151a670186 ide: remove SECTOR_WORDS define 16 years ago
Bartlomiej Zolnierkiewicz 8185d5aa93 ide: /proc/ide/hd*/settings rework 16 years ago
Bartlomiej Zolnierkiewicz 263138a0ad ide: preparations for /proc/ide/hd*/settings rework 16 years ago
Bartlomiej Zolnierkiewicz 1e874f4483 ide: call ide_proc_register_driver() later 16 years ago
Bartlomiej Zolnierkiewicz 3ceca727fe ide: include <linux/hdreg.h> only when needed 16 years ago
Bartlomiej Zolnierkiewicz 7c51c17e04 ide: remove CONFIG_IDEDISK_MULTI_MODE 16 years ago
Bartlomiej Zolnierkiewicz 7e59ea21aa ide: check drive->present in ide_get_paired_drive() 16 years ago
Bartlomiej Zolnierkiewicz 2a924662b6 ide: remove needless drive->present checks from device drivers 16 years ago
Bartlomiej Zolnierkiewicz 3cd5f1eae0 ide: remove unused _IDE_C and _IDE_DISK defines 16 years ago
Bartlomiej Zolnierkiewicz a2cdee5a9a ide: remove IDE_CHIPSET_* macros 16 years ago
Bartlomiej Zolnierkiewicz 7c199a5496 ide: remove no longer needed BUG_ON()-s from init_irq() 16 years ago
Bartlomiej Zolnierkiewicz b163f46d5e ide: enhance ide_busy_sleep() 16 years ago
Bartlomiej Zolnierkiewicz c36a7e9884 ide: fix EXABYTENEST handling in probe_for_drive() 16 years ago
FUJITA Tomonori efa402d59e ide-cd: use the new object_is_in_stack() helper 16 years ago
Linus Torvalds 1a7809e349 ide: re-code ide_fixstring() loop to be less evil 16 years ago
Bartlomiej Zolnierkiewicz 3c619ffd48 ide: remove no longer needed ide_drive_t fields 16 years ago
Bartlomiej Zolnierkiewicz 3a7d24841a ide: use ATA_* defines instead of *_STAT and *_ERR ones 16 years ago
Bartlomiej Zolnierkiewicz aaaade3f05 ide: WIN_* -> ATA_CMD_* 16 years ago
Bartlomiej Zolnierkiewicz f41891c134 ide-disk: use ata_id_hpa_enabled() 16 years ago
Bartlomiej Zolnierkiewicz 8a089c6679 ide-disk: use ata_id_wcache_enabled() 16 years ago
Bartlomiej Zolnierkiewicz dd8f46f64a ide: use ata_id_current_chs_valid() 16 years ago
Bartlomiej Zolnierkiewicz 48fb2688aa ide: remove drive->driveid 16 years ago
Bartlomiej Zolnierkiewicz 4dde4492d8 ide: make drive->id an union (take 2) 16 years ago
Bartlomiej Zolnierkiewicz 5b90e99092 ide: cleanup ide_fix_driveid() 16 years ago
Bartlomiej Zolnierkiewicz df1f8378c2 ide: cleanup ide_disk_init_mult_count() 16 years ago
Bartlomiej Zolnierkiewicz f8881000d7 ide: remove superfluous check from ide_disk_special() 16 years ago
Mark de Wever 730616b202 ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1. 16 years ago