aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-all.h
Commit message (Expand)AuthorAgeFilesLines
* Misc cleanups.Søren Schmidt2002-10-011-1/+1
* Fix the breakage of tagged queueing that the busdma integrationSøren Schmidt2002-04-181-1/+1
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-5/+37
* Add new support for locking an ATA channel and use that throughoutSøren Schmidt2002-03-111-0/+14
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-34/+57
* Update with latest ATA/ATAPI ver 6 rev 2 items.Søren Schmidt2001-10-061-23/+32
* Doh! committed from the wrong tree, this is the right "stuff"...Søren Schmidt2001-10-031-1/+1
* Proberly support the Promise TX2/4.Søren Schmidt2001-10-031-0/+4
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-2/+2
* Finally commit some of the minor things I've collected over the last month(s):Søren Schmidt2001-08-211-0/+1
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* Add sysctls for reading the tunables as suggested by des.Søren Schmidt2001-03-191-1/+1
* Provide the interface to atacontrol and associated logic.Søren Schmidt2001-03-151-143/+3
* Refine the detach/attach code.Søren Schmidt2001-03-141-11/+11
* Split out the ata probes in seperate files for each bus type.Søren Schmidt2001-03-061-2/+11
* Dont rely on isa includes to get at the std port adresses.Søren Schmidt2001-02-121-0/+2
* Introduce busspace instead of the good old in/out instructions.Søren Schmidt2001-02-061-7/+38
* Fix the clone functionality in atapi-cd, it didn't work forSøren Schmidt2001-02-061-0/+1
* Add session argument to *close_disk, allowing to set session type on fixate.Søren Schmidt2001-01-101-1/+1
* Fix the PCCARD ATA breakage..Søren Schmidt2000-10-301-2/+4
* Minor changes to the ATA RAID support code, remove some verbositySøren Schmidt2000-10-181-1/+0
* Get rid of the ivars entirely.Søren Schmidt2000-10-131-4/+5
* Fix the breakage that snatched the ioports from the fdc device.Søren Schmidt2000-09-241-6/+7
* Add support for tagged queuing on ATA drives. There is only support forSøren Schmidt2000-09-191-89/+111
* Add experimental code for ATA100 support on:Søren Schmidt2000-08-061-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Add support for ATA66 on newer revisions of the VIA 82C596Søren Schmidt2000-04-091-0/+3
* Fix the CD driver so that the last blocks can be read even ifSøren Schmidt2000-03-051-2/+2
* Add (partial) support for the Cypress ATA controller.Søren Schmidt2000-02-251-0/+1
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-20/+26
* Cleanup the ata_dmainit function a bit.Søren Schmidt2000-01-281-1/+1
* Add sysctl oid hw.atamodes to set the transfermodes online.Søren Schmidt2000-01-271-4/+6
* Retry a bit more agressively on the atapi identify.Søren Schmidt2000-01-251-0/+1
* General cleanup.Søren Schmidt2000-01-241-8/+9
* Rearrange the probecode, so that 80pin cables can be identifiedSøren Schmidt2000-01-181-3/+127
* Add support for the Intel 810 chipset (ICH type of chips)Søren Schmidt2000-01-171-0/+1
* Add support for VIA 82C596 controllerSøren Schmidt2000-01-031-12/+11
* Have another go at the VIA support, this time use the PCI ID form theSøren Schmidt1999-12-141-0/+1
* Add DMA support for the VIA 82C586 & 82C686 chips, also rearrangeSøren Schmidt1999-11-241-0/+6
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.Søren Schmidt1999-11-081-1/+3
* Fix IRQ allocation bug on controllers using a shared interrupt.Søren Schmidt1999-11-061-1/+1
* Add support for the HPT366 chip, this is used on the Abit boards andSøren Schmidt1999-10-091-13/+20
* Ten'th update to the new ATA/ATAPI driver:Søren Schmidt1999-09-211-27/+43
* Use micro "disk" layer in ata-diskPoul-Henning Kamp1999-09-031-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Support DMA on ATAPI devices (finally).Søren Schmidt1999-08-101-7/+6
* Nine'th update to the new ATA/ATAPI driver:Søren Schmidt1999-06-251-2/+2
* Update to use the new-bus framework. No functional changes.Søren Schmidt1999-04-181-2/+2
* Fourth update to the new ATA/ATAPI driver:Søren Schmidt1999-03-281-16/+62