summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-all.h
Commit message (Expand)AuthorAgeFilesLines
* Update the code that deals with disk enclosures:sos2003-01-271-2/+5
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-191-0/+1
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-171-3/+4
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-10/+18
* Misc cleanups.sos2002-10-011-1/+1
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-181-1/+1
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-5/+37
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-0/+14
* Major update of the ATA RAID code, part 1:sos2002-02-041-34/+57
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-061-23/+32
* Doh! committed from the wrong tree, this is the right "stuff"...sos2001-10-031-1/+1
* Proberly support the Promise TX2/4.sos2001-10-031-0/+4
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-2/+2
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-0/+1
* s/adress/address/kris2001-07-231-1/+1
* Add sysctls for reading the tunables as suggested by des.sos2001-03-191-1/+1
* Provide the interface to atacontrol and associated logic.sos2001-03-151-143/+3
* Refine the detach/attach code.sos2001-03-141-11/+11
* Split out the ata probes in seperate files for each bus type.sos2001-03-061-2/+11
* Dont rely on isa includes to get at the std port adresses.sos2001-02-121-0/+2
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-7/+38
* Fix the clone functionality in atapi-cd, it didn't work forsos2001-02-061-0/+1
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-1/+1
* Fix the PCCARD ATA breakage..sos2000-10-301-2/+4
* 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
OpenPOWER on IntegriCloud