Commit Graph

377 Commits (aa5d2de7b080873f6d9ac3aede423c9713bf0caa)

Author SHA1 Message Date
Bartlomiej Zolnierkiewicz aa5d2de7b0 ide: make ide_pc_intr() static 17 years ago
Bartlomiej Zolnierkiewicz 85e39035ca ide: add ->pc_{update,io}_buffers methods 17 years ago
Bartlomiej Zolnierkiewicz 6b0da28b2d ide: add ide_retry_pc() helper 17 years ago
Bartlomiej Zolnierkiewicz 67c56364df ide: add request_sense_{pc,rq} to ide_drive_t 17 years ago
Bartlomiej Zolnierkiewicz 844b946852 ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() 17 years ago
Bartlomiej Zolnierkiewicz 2b9efba482 ide: add pointer to the current packet command to ide_drive_t 17 years ago
Bartlomiej Zolnierkiewicz b14c72127f ide: drop dsc_handle argument from ide_pc_intr() 17 years ago
Elias Oltmanns 92f1f8fd80 ide: Remove ide_spin_wait_hwgroup() and use special requests instead 17 years ago
Bartlomiej Zolnierkiewicz d6e2955a6b ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h> 17 years ago
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 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 acaa0f5f67 ide: add ide_io_buffers() helper 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 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 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 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 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 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 3ceca727fe ide: include <linux/hdreg.h> only when needed 17 years ago
Bartlomiej Zolnierkiewicz 7e59ea21aa ide: check drive->present in ide_get_paired_drive() 17 years ago
Bartlomiej Zolnierkiewicz a2cdee5a9a ide: remove IDE_CHIPSET_* macros 17 years ago
Bartlomiej Zolnierkiewicz b163f46d5e ide: enhance ide_busy_sleep() 17 years ago
Bartlomiej Zolnierkiewicz 3c619ffd48 ide: remove no longer needed ide_drive_t fields 17 years ago
Bartlomiej Zolnierkiewicz 3a7d24841a ide: use ATA_* defines instead of *_STAT and *_ERR ones 17 years ago
Bartlomiej Zolnierkiewicz 48fb2688aa ide: remove drive->driveid 17 years ago
Bartlomiej Zolnierkiewicz 4dde4492d8 ide: make drive->id an union (take 2) 17 years ago
Borislav Petkov f20f258603 ide-cd: temporary tray close fix 17 years ago
Bartlomiej Zolnierkiewicz 96f80219b7 ide: fix hwif_to_node() 17 years ago
Kevin Hilman 71fc9fcc70 IDE: compile fix for sff_dma_ops 17 years ago
Adrian Bunk c5bfc3757f ide: remove CONFIG_IDE_MAX_HWIFS 17 years ago
Bartlomiej Zolnierkiewicz 39b986a6c7 ide: sanitize struct ide_port_ops documentation (take 2) 17 years ago
Bartlomiej Zolnierkiewicz a326b02b0c ide: drop 'name' parameter from ->init_chipset method 17 years ago
Bartlomiej Zolnierkiewicz 2a8f7450f8 ide: remove <asm/ide.h> for some archs 17 years ago
Bartlomiej Zolnierkiewicz d83b8b85cd ide: define MAX_HWIFS in <linux/ide.h> 17 years ago
Bartlomiej Zolnierkiewicz ef0b04276d ide: add ide_pci_remove() helper 17 years ago
Bartlomiej Zolnierkiewicz 08da591e14 ide: add ide_device_{get,put}() helpers 17 years ago