summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-chipset.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC: Sync the driver with RELENG_6 to pick up critical atapi-cd and ata-raidScott Long2005-10-141-7/+123
* MFC:Søren Schmidt2005-10-071-2/+8
* MFC:Søren Schmidt2005-09-231-5/+33
* MFC:Søren Schmidt2005-08-251-20/+88
* MFC:Søren Schmidt2005-08-071-6/+14
* Enable SATA hotplug support.Søren Schmidt2005-06-101-0/+4
* Fix the long standing problem with poor transferrates on Intel ICHH typeSøren Schmidt2005-06-091-2/+3
* Fix the register offset for the ATAPI count register thats used toSøren Schmidt2005-06-091-2/+2
* Add support for the Intel 31244.Søren Schmidt2005-06-081-81/+254
* Make nVidia SATA hotplug support DTRT.Søren Schmidt2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.Søren Schmidt2005-06-051-2/+7
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-161-49/+49
* Cleanup commentsSøren Schmidt2005-05-131-14/+3
* Add new Intel PCI ID's for the ICH7 chips (untested).Søren Schmidt2005-05-111-1/+6
* Add support for AHCI compliant ATA devices.Søren Schmidt2005-05-111-6/+373
* Reshape the dma code to be a bit more flexible so it can cope withSøren Schmidt2005-05-031-122/+91
* Update on the last commit, the dma* funciton needs to be called withSøren Schmidt2005-05-011-6/+6
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-267/+302
* Rearrange the way the reset code is called.Søren Schmidt2005-04-281-0/+7
* Only try to allocate and use the SATA resource if they are enabledSøren Schmidt2005-04-251-44/+40
* Properly hook in devices found by SATA connect events.Søren Schmidt2005-04-201-2/+1
* Add one more Promise SATAII/150 chip id.Søren Schmidt2005-04-171-0/+1
* Spell ATA_NFORCE4_S2 correctly.Søren Schmidt2005-04-161-1/+1
* Fix the same silly alloc mistake for nVidia and SiS as with VIA inSøren Schmidt2005-04-111-4/+6
* Fix the bug that caused SATA disks on VIA etc to fail attach.Søren Schmidt2005-04-111-2/+3
* Refine the SATA PHY code so the time consumed during probe is reduced.Søren Schmidt2005-04-101-9/+13
* Add support for the PHY on nVidia, SiS and VIA chipsSøren Schmidt2005-04-081-49/+268
* Generalise the SATA PHY handling code so it wont be duplicated forSøren Schmidt2005-04-081-134/+128
* Add support for controllers that doesn't have the usual taskfileSøren Schmidt2005-04-061-18/+19
* Add firstshot support for Acer Labs Inc SATA partsSøren Schmidt2005-04-051-24/+93
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-311-2/+1
* Correct the PCI ID for the SiS 965, and add support for the SATA partSøren Schmidt2005-03-311-2/+3
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-512/+796
* Further update to the Promise code.Søren Schmidt2005-01-011-39/+70
* Update the Promise support for combo (SATA+PATA) controllers.Søren Schmidt2004-12-241-1/+6
* Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.Søren Schmidt2004-12-091-1/+1
* Update the ICH6 support so all 4 SATA channels can be used.Søren Schmidt2004-12-081-5/+13
* Add support for the ITE IT8212F controller.Søren Schmidt2004-12-081-0/+96
* Add first shot on support for the new Promise SATAII chips.Søren Schmidt2004-12-081-46/+106
* Add support for the ICH6 in legacy mode.Søren Schmidt2004-10-091-0/+3
* Fix the PC98 lockups on boot.Søren Schmidt2004-10-061-14/+48
* Always set half'n'half mode on ICH* chips.Søren Schmidt2004-10-011-0/+1
* Fix the serverworks modesetting code, of mask offset was wrong.Søren Schmidt2004-10-011-14/+16
* Reduce the amount of memory reported to busdma.Søren Schmidt2004-09-101-4/+6
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.Søren Schmidt2004-09-031-4/+4
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.Søren Schmidt2004-09-031-4/+9
* Cleanup the defines used for various chipsets.Søren Schmidt2004-09-031-14/+15
* Cleanup the storing and printing of the device transfermode for SATA.Søren Schmidt2004-09-011-6/+9
* Set and reset the right bit for UDMA enable/disable on the ICH* chips.Søren Schmidt2004-08-271-2/+2