summaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)Author
2005-05-26[PATCH] convert IDE device drivers to driver-modelBartlomiej Zolnierkiewicz
2005-04-02[ide] kill ide_drive_t->diskBartlomiej Zolnierkiewicz
2005-04-02[ide] add ide_{un}register_region()Bartlomiej Zolnierkiewicz
2005-03-18[ide] make ide_generic_ioctl() take ide_drive_t * as an argumentBartlomiej Zolnierkiewicz
2005-03-10[ide] kill ide_driver_t->capacityBartlomiej Zolnierkiewicz
2005-03-10[ide] kill ide_driver_t->pre_resetBartlomiej Zolnierkiewicz
2005-03-10[ide] fix some rare ide-default vs ide-disk racesBartlomiej Zolnierkiewicz
2005-03-10[ide] generic Power Management for IDE devicesBartlomiej Zolnierkiewicz
2005-03-07[PATCH] rework core barrier supportJens Axboe
2005-02-24[ide] fix build for built-in hpt366 and modular ide-diskBartlomiej Zolnierkiewicz
2005-02-24[ide] make 1-bit fields unsignedRandy Dunlap
2005-02-06[ide] remove unused pkt_task_t definition from ide.hTejun Heo
2005-02-03[ide] add ide_hwgroup_t.pollingTejun Heo
2005-02-03[ide] add ide_drive_t.sleepingTejun Heo
2005-02-03[ide] possible cleanupsAdrian Bunk
2005-02-03[ide] unexport atapi_*_bytes() and ide_read_24()Arjan van de Ven
2005-02-03[ide] remove WAIT_READY dependency on APMAdrian Bunk
2005-01-15[ide] icside: use ide_dma_intr()Bartlomiej Zolnierkiewicz
2005-01-15[ide] kill ide_drive_t->suspend_resetBartlomiej Zolnierkiewicz
2005-01-15[ide] make try_to_flush_leftover_data() staticBartlomiej Zolnierkiewicz
2005-01-07[ide] kill current_capacity()Bartlomiej Zolnierkiewicz
2005-01-07[ide] ide_driver_t->abort() cleanupBartlomiej Zolnierkiewicz
2005-01-07[ide] rework ide_driver_t->errorBartlomiej Zolnierkiewicz
2005-01-07[ide] cleanup ide_dump_status()Bartlomiej Zolnierkiewicz
2005-01-07[ide] add ide_dump_opcode()Bartlomiej Zolnierkiewicz
2005-01-07[ide] kill write-only ide_driver_t->senseBartlomiej Zolnierkiewicz
2004-12-30[ide] make host drivers aware of the changes made to ide_setup_pci_device{s}Bartlomiej Zolnierkiewicz
2004-12-30[ide] propagation of error code in PCI IDE setupBartlomiej Zolnierkiewicz
2004-11-06[ide] siimage: fix the various SI3112 hangsBartlomiej Zolnierkiewicz
2004-11-06[ide] apply undecoded slave fixup only for ide-csBartlomiej Zolnierkiewicz
2004-11-06[ide] remove some cruft from ide.hBartlomiej Zolnierkiewicz
2004-11-05[ide] shrink hw_regs_tBartlomiej Zolnierkiewicz
2004-11-01[ide] remove more dead ide exportsBartlomiej Zolnierkiewicz
2004-10-29[ide] ide-disk: enable stroke by defaultBartlomiej Zolnierkiewicz
2004-10-29[ide] kill IDEPCI_FLAG_FORCE_MASTERBartlomiej Zolnierkiewicz
2004-10-29[ide] setup-pci: simplify autodma logicBartlomiej Zolnierkiewicz
2004-10-29[ide] remove hwif from /proc/ide/ as part of ide_unregister_hwif()Bartlomiej Zolnierkiewicz
2004-10-27[ide] remove needless exports from ide-taskfile.cBartlomiej Zolnierkiewicz
2004-10-27[ide] add ide_use_dma()Bartlomiej Zolnierkiewicz
2004-10-22[ide] kill ide_hwif_t->ide_dma_verboseBartlomiej Zolnierkiewicz
2004-10-22[ide] ide-scsi: simplify+speedup DMA supportBartlomiej Zolnierkiewicz
2004-10-22[ide] kill ide_raw_build_sglist()Bartlomiej Zolnierkiewicz
2004-10-21[ide] remove broken pdc4030 driverBartlomiej Zolnierkiewicz
2004-10-20[ide] unify PIO codeBartlomiej Zolnierkiewicz
2004-10-20[ide] sg PIO for fs requestsBartlomiej Zolnierkiewicz
2004-10-20[ide] sg PIO for taskfile requestsBartlomiej Zolnierkiewicz
2004-10-20[ide] always allocate hwif->sg_tableBartlomiej Zolnierkiewicz
2004-10-20[ide] convert ide_hwif_t->ide_dma_begin() to ->dma_start()Bartlomiej Zolnierkiewicz
2004-10-20[ide] add ide_hwif_t->dma_exec_cmd()Bartlomiej Zolnierkiewicz
2004-10-20[ide] add ide_hwif_t->dma_setup()Bartlomiej Zolnierkiewicz