summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-all.h
Commit message (Expand)AuthorAgeFilesLines
* Minor changes to the ATA RAID support code, remove some verbositysos2000-10-181-1/+0
* Get rid of the ivars entirely.sos2000-10-131-4/+5
* Fix the breakage that snatched the ioports from the fdc device.sos2000-09-241-6/+7
* Add support for tagged queuing on ATA drives. There is only support forsos2000-09-191-89/+111
* Add experimental code for ATA100 support on:sos2000-08-061-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Add support for ATA66 on newer revisions of the VIA 82C596sos2000-04-091-0/+3
* Fix the CD driver so that the last blocks can be read even ifsos2000-03-051-2/+2
* Add (partial) support for the Cypress ATA controller.sos2000-02-251-0/+1
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-20/+26
* Cleanup the ata_dmainit function a bit.sos2000-01-281-1/+1
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-271-4/+6
* Retry a bit more agressively on the atapi identify.sos2000-01-251-0/+1
* General cleanup.sos2000-01-241-8/+9
* Rearrange the probecode, so that 80pin cables can be identifiedsos2000-01-181-3/+127
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-171-0/+1
* Add support for VIA 82C596 controllersos2000-01-031-12/+11
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-141-0/+1
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangesos1999-11-241-0/+6
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.sos1999-11-081-1/+3
* Fix IRQ allocation bug on controllers using a shared interrupt.sos1999-11-061-1/+1
* Add support for the HPT366 chip, this is used on the Abit boards andsos1999-10-091-13/+20
* Ten'th update to the new ATA/ATAPI driver:sos1999-09-211-27/+43
* Use micro "disk" layer in ata-diskphk1999-09-031-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Support DMA on ATAPI devices (finally).sos1999-08-101-7/+6
* Nine'th update to the new ATA/ATAPI driver:sos1999-06-251-2/+2
* Update to use the new-bus framework. No functional changes.sos1999-04-181-2/+2
* Fourth update to the new ATA/ATAPI driver:sos1999-03-281-16/+62
* ZIP drives should now be working, I'm not sure about LS120 drives,sos1999-03-071-1/+3
* Now all actual probing of both ATA & ATAPI devices are done aftersos1999-03-051-94/+9
* Added driver to support ATAPI floppies ie LS-120 & ZIP drives.sos1999-03-031-9/+2
* Finally!!sos1999-03-011-0/+209
OpenPOWER on IntegriCloud