aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-dma.c
Commit message (Expand)AuthorAgeFilesLines
* Add yet another Promise PCI id.Søren Schmidt2002-10-011-0/+1
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>Poul-Henning Kamp2002-09-201-2/+0
* Add support for the VIA 8235.Søren Schmidt2002-09-181-2/+3
* remove #includes of <sys/bio.h> where not needed.Poul-Henning Kamp2002-09-141-1/+0
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.Søren Schmidt2002-09-121-0/+82
* Add PCI ID for the ICH4 ATA100 controller.John Baldwin2002-07-191-0/+1
* Add yet another (older) Promise chipSøren Schmidt2002-06-191-2/+4
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Fix the breakage of tagged queueing that the busdma integrationSøren Schmidt2002-04-181-22/+24
* Add support for the nVIDIA nForce ATA controller.Søren Schmidt2002-04-161-58/+46
* Add yet another chip ID for a Promise TX2 chip.Søren Schmidt2002-04-111-0/+1
* Add yet another ATA133 Promise chip.Søren Schmidt2002-04-071-0/+1
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-212/+386
* Correct the Northbridge test on the new ATA133 VIA'sSøren Schmidt2002-04-021-13/+13
* ATA100 is allowed on the HPT chips rev >= 3Søren Schmidt2002-03-311-1/+1
* Add AMD 768 support.Søren Schmidt2002-03-241-0/+1
* Add support for the ServerWorks CSB5 chipsSøren Schmidt2002-03-181-0/+43
* Even more Highpoint RAID support.Søren Schmidt2002-03-081-40/+53
* Misc little cleanups:Søren Schmidt2002-03-051-1/+0
* Major update of the ATA RAID code, part 3:Søren Schmidt2002-03-031-5/+5
* Add support for the Highpoint HPT372 based cards (rocketraid 133).Søren Schmidt2002-02-181-12/+19
* Add support for the Cenatek Rocket Drive.Søren Schmidt2002-02-121-2/+11
* Add support for the HighPoint HPT374 4 channel ATA chip.Søren Schmidt2002-02-111-1/+20
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-326/+322
* Add support for the Promise TX4.Søren Schmidt2002-01-281-62/+88
* Add support for even more SiS chipsets.Søren Schmidt2001-12-251-81/+51
* Fix comment for the SiS 645 chipset to be 645 instead of 635.John Baldwin2001-12-191-1/+1
* Adjust the timings for the SiS chips a bit, also add the SiS 645.Søren Schmidt2001-12-141-8/+9
* Initial support for the newer SiS chipsets, based on docs we finallySøren Schmidt2001-12-021-11/+94
* Add yet another VIA ATA100 southbridge.Søren Schmidt2001-11-131-0/+1
* Add a bunch of new PCI ID's for Intel ATA chips.Søren Schmidt2001-10-231-0/+4
* Add experimental support for the HighPoint HPT372 ATA133 controller.Søren Schmidt2001-10-231-3/+34
* Add experimental support for the Promise ATA133 controller.Søren Schmidt2001-10-231-4/+6
* Update with latest ATA/ATAPI ver 6 rev 2 items.Søren Schmidt2001-10-061-58/+58
* 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-6/+40
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-1/+1
* Update the Promise TX2 code to DTRT and not what I guessed earlier.Søren Schmidt2001-08-281-2/+4
* Add support for yet another VIA '686 combination.Søren Schmidt2001-08-281-1/+2
* Finally commit some of the minor things I've collected over the last month(s):Søren Schmidt2001-08-211-23/+21
* Add support for yet another Promise ATA100 variantSøren Schmidt2001-06-081-5/+8
* Add support for the AMD 766 southbridge incl ATA100 supportSøren Schmidt2001-05-141-2/+19
* Add support the the Intel ICH2 mobileSøren Schmidt2001-04-161-20/+13
* The VIA 586 chip does UDMA from rev 0x3 onwards.Søren Schmidt2001-04-141-1/+1
* Add ATA66 and ATA100 mode support for Acer chipsets.Søren Schmidt2001-04-061-4/+47
* Provide the interface to atacontrol and associated logic.Søren Schmidt2001-03-151-0/+1
* Split out the ata probes in seperate files for each bus type.Søren Schmidt2001-03-061-45/+0
* Introduce busspace instead of the good old in/out instructions.Søren Schmidt2001-02-061-18/+25
* Correct botchup in last commit that made older VIA chips fail...Søren Schmidt2001-01-211-2/+2
* Add first cut support for the ATA100 capable VIA82c686b.Søren Schmidt2001-01-171-3/+43