summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-chipset.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Sii3114 support.sos2004-05-101-36/+34
* Change setup for SiS device to allow PCI native mode.sos2004-04-241-4/+4
* Make the test for ATA PCI legacy addressing mode more robust.sos2004-04-211-1/+1
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-141/+474
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-14/+14
* Update the SiS support to distinguish older southbridges better.sos2004-03-161-9/+20
* Add support for detaching PCI controllers.sos2004-03-151-50/+42
* Add yet another VIA pci id.sos2004-03-111-1/+2
* Only setup sii_reset on sii311[24].sos2004-03-041-2/+3
* Add support for the sii3512 SATA chip.sos2004-02-251-0/+2
* Fix support for the Promise TX4 on amd64.sos2004-02-021-1/+1
* Cleanups/cosmetics.sos2004-01-291-7/+8
* Fix for those lost interrupts on probe on lots of controller types.sos2004-01-281-6/+6
* Update the support for the VIA 8237 southbridge.sos2004-01-201-2/+2
* Add support for the Silicon Image 3114 4 channel SATA controller.sos2004-01-171-9/+15
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-0/+1
* Fix potential cable detection problem on older CMD chips.sos2004-01-141-7/+9
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-6/+20
* Try to simplify the SiS probe. If SiS stays with the current schema forsos2003-12-251-22/+9
* Fix the register timings for AMD/VIA/nVidia chipsets.sos2003-12-181-3/+3
* Add support for the SiS 661 chipset (using SiS 963 south).sos2003-12-181-0/+1
* More errata fixing for the SiI3112A disaster chip:sos2003-12-081-1/+3
* Fix more problems with the Silicon Image 3112A:sos2003-12-081-1/+17
* Workaround for errata on early versions of the sii3112.sos2003-11-281-2/+6
* Fix support for the cmd646 chip.sos2003-11-211-2/+27
* Add support for the SiS964 ATA/SATA southbridge.sos2003-11-181-3/+10
* Fix cable detection on AMD chips.sos2003-11-011-5/+6
* Add support for the VIA 8237 (both PATA and SATA part).sos2003-10-301-80/+103
* Cleanup the interrupt code that deals with the busmaster bits.sos2003-10-281-47/+58
* This should allow us to boot with DMA enabled on unknown PCI ATAsos2003-10-281-1/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipsos2003-10-211-21/+12
* Up the alignment requirement of the SC1100 to 16 bytes, it has all the bugs a...sos2003-10-211-2/+4
* Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA.sos2003-09-081-7/+12
* Support the nForce3 chip found on Opteron motherboards:obrien2003-09-021-0/+1
* Cleanup the dma int/alloc/free code.sos2003-08-251-21/+14
* Dont check the cable bit on ich5 when on the SATA channel.sos2003-08-251-1/+2
* Use __FBSDID().obrien2003-08-241-2/+4
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-183/+304
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Update the SATA support code to work more correctly withsos2003-07-021-46/+114
* Prevent probing the secondary channel on CMD646 controllers if thegrehan2003-06-271-0/+6
* Add support for the HighPoint HPT302 & HPT371sos2003-06-191-0/+2
* Fix the setup of old Promise controllers, clocks was not setup rightsos2003-06-071-14/+21
* Unbork the chip locating code.sos2003-05-191-8/+3
* Support the ICH5 SATA part.sos2003-05-181-44/+72
* Fix typo (that even got cut/pasted 2 times)sos2003-05-121-3/+3
* Add a couble new Intel PCI id'ssos2003-05-101-0/+2
* Add PCI ID's for the Intel ICH5 (82801EB) chipset.jhb2003-05-061-0/+1
* Add the pdc20268r as candidate for the TX test.sos2003-05-031-1/+1
* Dont try to call detached interrupt routine.sos2003-05-021-2/+3
OpenPOWER on IntegriCloud