summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-chipset.c
Commit message (Expand)AuthorAgeFilesLines
* Harden the hotplug support for SATA devices.sos2005-09-141-2/+4
* Fix support for the VIA 6421 controller.sos2005-08-291-3/+29
* Apply fix for "pr82261 DMA-support on Sparc64 broken"sos2005-08-231-5/+41
* Fix problem on Promise "mio" controllers and 48bit mode caused by last commitsos2005-08-221-0/+9
* Add support for working around controllers that cannot do DMA in 48bit mode.sos2005-08-171-14/+34
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.sos2005-08-121-1/+4
* Add support for the ITE IT8211F controller.sos2005-08-051-6/+14
* Enable SATA hotplug support.sos2005-06-101-0/+4
* Fix the long standing problem with poor transferrates on Intel ICHH typesos2005-06-091-2/+3
* Fix the register offset for the ATAPI count register thats used tosos2005-06-091-2/+2
* Add support for the Intel 31244.sos2005-06-081-81/+254
* Make nVidia SATA hotplug support DTRT.sos2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.sos2005-06-051-2/+7
* Change the way ioctls are issue to ATA.sos2005-05-161-49/+49
* Cleanup commentssos2005-05-131-14/+3
* Add new Intel PCI ID's for the ICH7 chips (untested).sos2005-05-111-1/+6
* Add support for AHCI compliant ATA devices.sos2005-05-111-6/+373
* Reshape the dma code to be a bit more flexible so it can cope withsos2005-05-031-122/+91
* Update on the last commit, the dma* funciton needs to be called withsos2005-05-011-6/+6
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-267/+302
* Rearrange the way the reset code is called.sos2005-04-281-0/+7
* Only try to allocate and use the SATA resource if they are enabledsos2005-04-251-44/+40
* Properly hook in devices found by SATA connect events.sos2005-04-201-2/+1
* Add one more Promise SATAII/150 chip id.sos2005-04-171-0/+1
* Spell ATA_NFORCE4_S2 correctly.sos2005-04-161-1/+1
* Fix the same silly alloc mistake for nVidia and SiS as with VIA insos2005-04-111-4/+6
* Fix the bug that caused SATA disks on VIA etc to fail attach.sos2005-04-111-2/+3
* Refine the SATA PHY code so the time consumed during probe is reduced.sos2005-04-101-9/+13
* Add support for the PHY on nVidia, SiS and VIA chipssos2005-04-081-49/+268
* Generalise the SATA PHY handling code so it wont be duplicated forsos2005-04-081-134/+128
* Add support for controllers that doesn't have the usual taskfilesos2005-04-061-18/+19
* Add firstshot support for Acer Labs Inc SATA partssos2005-04-051-24/+93
* Change the ata_* methods to use a channel device instead of asos2005-03-311-2/+1
* Correct the PCI ID for the SiS 965, and add support for the SATA partsos2005-03-311-2/+3
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-512/+796
* 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
OpenPOWER on IntegriCloud