summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-pci.c
Commit message (Expand)AuthorAgeFilesLines
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-271-1/+3
* MFC: Sync ata driver with head.John Baldwin2003-12-181-0/+4
* This should allow us to boot with DMA enabled on unknown PCI ATASøren Schmidt2003-10-281-24/+46
* Fix the DMA problem that most severely hit on the DS3112a SATA chipSøren Schmidt2003-10-211-7/+3
* Only return valid DMA error bits.Søren Schmidt2003-10-201-1/+1
* Cleanup the dma int/alloc/free code.Søren Schmidt2003-08-251-10/+7
* There is no detach func for PCI ATA devs.Søren Schmidt2003-08-241-1/+0
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-10/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Update the SATA support code to work more correctly withSøren Schmidt2003-07-021-8/+3
* Fix the setup of old Promise controllers, clocks was not setup rightSøren Schmidt2003-06-071-1/+2
* Grap the ATA lock on all channels before suspend, this makes certainSøren Schmidt2003-05-041-0/+1
* Fix a panic with Cenatek controllers.Søren Schmidt2003-04-161-1/+2
* Third round of updates to the ATA driver.Søren Schmidt2003-04-071-15/+9
* Second round of updates to the ATA driver.Søren Schmidt2003-03-291-76/+133
* Properly teardown the interrupt so we wont panic on detach.Søren Schmidt2003-02-251-7/+13
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-628/+116
* Add support for the ServerWorks CSB6.Søren Schmidt2003-01-191-0/+6
* Fix the 48bit access support for the older Promise 66/100 controllers, theSøren Schmidt2003-01-191-0/+3
* Dont attach a Promise chip located behind a i960 bridge/chip.Søren Schmidt2003-01-081-2/+14
* Add support for the nVidia nForce2 ATA part.Søren Schmidt2003-01-081-1/+4
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-031-14/+92
* Fix for the panic when using a Promise TX2.Søren Schmidt2002-10-081-15/+22
* Add yet another Promise PCI id.Søren Schmidt2002-10-011-0/+2
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>Poul-Henning Kamp2002-09-201-3/+0
* Add support for the VIA 8235.Søren Schmidt2002-09-181-0/+2
* Fix the clockprobe test on the Sil 680Søren Schmidt2002-09-161-1/+1
* 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/+11
* Add PCI ID for the ICH4 ATA100 controller.John Baldwin2002-07-191-0/+3
* Add yet another (older) Promise chipSøren Schmidt2002-06-191-3/+6
* Add support for the nVIDIA nForce ATA controller.Søren Schmidt2002-04-161-0/+4
* Add yet another chip ID for a Promise TX2 chip.Søren Schmidt2002-04-111-0/+2
* Add yet another ATA133 Promise chip.Søren Schmidt2002-04-071-0/+2
* Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__Søren Schmidt2002-04-051-1/+1
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-11/+28
* Correct the Northbridge test on the new ATA133 VIA'sSøren Schmidt2002-04-021-15/+15
* Add AMD 768 support.Søren Schmidt2002-03-241-0/+4
* Cleanup the chipset setup a bit.Søren Schmidt2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipsSøren Schmidt2002-03-181-5/+17
* Even more Highpoint RAID support.Søren Schmidt2002-03-081-1/+14
* Major update of the ATA RAID code, part 3:Søren Schmidt2002-03-031-2/+2
* Add support for the Highpoint HPT372 based cards (rocketraid 133).Søren Schmidt2002-02-181-19/+20
* Add support for the Cenatek Rocket Drive.Søren Schmidt2002-02-121-0/+3
* Add support for the HighPoint HPT374 4 channel ATA chip.Søren Schmidt2002-02-111-1/+10
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-71/+74
* Add support for the Promise TX4.Søren Schmidt2002-01-281-6/+30
* Update of the VIA 82c686b southbridge data corruption fix, alsoSøren Schmidt2002-01-011-14/+18
* Add support for even more SiS chipsets.Søren Schmidt2001-12-251-20/+23