summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-chipset.c
Commit message (Expand)AuthorAgeFilesLines
* Further update to the Promise code.sos2005-01-011-39/+70
* Update the Promise support for combo (SATA+PATA) controllers.sos2004-12-241-1/+6
* Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.sos2004-12-091-1/+1
* Update the ICH6 support so all 4 SATA channels can be used.sos2004-12-081-5/+13
* Add support for the ITE IT8212F controller.sos2004-12-081-0/+96
* Add first shot on support for the new Promise SATAII chips.sos2004-12-081-46/+106
* Add support for the ICH6 in legacy mode.sos2004-10-091-0/+3
* Fix the PC98 lockups on boot.sos2004-10-061-14/+48
* Always set half'n'half mode on ICH* chips.sos2004-10-011-0/+1
* Fix the serverworks modesetting code, of mask offset was wrong.sos2004-10-011-14/+16
* Reduce the amount of memory reported to busdma.sos2004-09-101-4/+6
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.sos2004-09-031-4/+4
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.sos2004-09-031-4/+9
* Cleanup the defines used for various chipsets.sos2004-09-031-14/+15
* Cleanup the storing and printing of the device transfermode for SATA.sos2004-09-011-6/+9
* Set and reset the right bit for UDMA enable/disable on the ICH* chips.sos2004-08-271-2/+2
* Sii_reset needs to wait up to 1 second to get slow disks with it sosos2004-08-241-1/+1
* Fix Promise sx4/sx4000 support that broke on the latest race fixes.sos2004-08-161-61/+68
* Allow the use of a supplied function to set the PRD table. This issos2004-08-131-4/+5
* Change the order of ata_dmainit/ata_allocate in preparation ofsos2004-08-121-4/+2
* Try to narrow down the race window on HW that does not have ways tosos2004-08-051-5/+9
* Fix the reset sequence for sx4/sx4000 type controllers, it could hang thesos2004-07-301-1/+1
* Dont set "address setup timing" on newer VIA chips.sos2004-07-171-1/+2
* Use the right ordering of args on mtx_init(). No functional changessos2004-06-221-1/+1
* Up SiI reset wait a bit, some devices got lost.sos2004-06-171-1/+1
* Dont set prefetch etc on VIA chips, causes problems on newer chips andsos2004-06-151-3/+0
* Increase robustness of SATA handling.sos2004-06-151-42/+142
* 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
OpenPOWER on IntegriCloud