summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the ServerWorks CSB6.sos2003-01-191-0/+6
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-191-0/+3
* Dont attach a Promise chip located behind a i960 bridge/chip.sos2003-01-081-2/+14
* Add support for the nVidia nForce2 ATA part.sos2003-01-081-1/+4
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-14/+92
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Add yet another Promise PCI id.sos2002-10-011-0/+2
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>phk2002-09-201-3/+0
* Add support for the VIA 8235.sos2002-09-181-0/+2
* Fix the clockprobe test on the Sil 680sos2002-09-161-1/+1
* remove #includes of <sys/bio.h> where not needed.phk2002-09-141-1/+0
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.sos2002-09-121-0/+11
* Add PCI ID for the ICH4 ATA100 controller.jhb2002-07-191-0/+3
* Add yet another (older) Promise chipsos2002-06-191-3/+6
* Add support for the nVIDIA nForce ATA controller.sos2002-04-161-0/+4
* Add yet another chip ID for a Promise TX2 chip.sos2002-04-111-0/+2
* Add yet another ATA133 Promise chip.sos2002-04-071-0/+2
* Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__sos2002-04-051-1/+1
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-11/+28
* Correct the Northbridge test on the new ATA133 VIA'ssos2002-04-021-15/+15
* Add AMD 768 support.sos2002-03-241-0/+4
* Cleanup the chipset setup a bit.sos2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipssos2002-03-181-5/+17
* Even more Highpoint RAID support.sos2002-03-081-1/+14
* Major update of the ATA RAID code, part 3:sos2002-03-031-2/+2
* Add support for the Highpoint HPT372 based cards (rocketraid 133).sos2002-02-181-19/+20
* Add support for the Cenatek Rocket Drive.sos2002-02-121-0/+3
* Add support for the HighPoint HPT374 4 channel ATA chip.sos2002-02-111-1/+10
* Major update of the ATA RAID code, part 1:sos2002-02-041-71/+74
* Add support for the Promise TX4.sos2002-01-281-6/+30
* Update of the VIA 82c686b southbridge data corruption fix, alsosos2002-01-011-15/+19
* Add support for even more SiS chipsets.sos2001-12-251-20/+23
* Display the right message for the SiS 645 chipset.jhb2001-12-191-0/+1
* Adjust the timings for the SiS chips a bit, also add the SiS 645.sos2001-12-141-5/+8
* ARG! committed the wrong patch!! I need more sleep :(sos2001-12-021-1/+1
* Oops, lost a line in the previous commit.sos2001-12-021-1/+2
* Initial support for the newer SiS chipsets, based on docs we finallysos2001-12-021-6/+15
* Add yet another VIA ATA100 southbridge.sos2001-11-131-0/+1
* Use devclass_find_free_unit() in ata_pci_add_child() because no moreache2001-11-011-1/+2
* Add a bunch of new PCI ID's for Intel ATA chips.sos2001-10-231-0/+6
* Add experimental support for the HighPoint HPT372 ATA133 controller.sos2001-10-231-4/+7
* Add experimental support for the Promise ATA133 controller.sos2001-10-231-0/+4
* 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-2/+7
* Add a fix for the VIA82C686B data corruption bug.sos2001-09-251-18/+50
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-1/+1
* Update the Promise TX2 code to DTRT and not what I guessed earlier.sos2001-08-281-5/+5
* Add support for yet another VIA '686 combination.sos2001-08-281-4/+5
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-4/+6
* Add support for yet another Promise ATA100 variantsos2001-06-081-3/+5
OpenPOWER on IntegriCloud