summaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-ahci.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+17
* Several chipset drivers alter parameters relevant for the DMA tag creation,Marius Strobl2010-11-281-1/+1
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-181-1/+39
* Add missing le32toh(), same as recently done in ata-siliconimage.c.Alexander Motin2010-09-241-1/+1
* Increase device reset timeout from 10 to 15 seconds, same as in ahci(4).Alexander Motin2010-09-011-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-3/+3
* MFp4:Alexander Motin2009-12-061-0/+3
* On Soft Reset, read device signature from FIS receive area, instead ofAlexander Motin2009-12-051-3/+5
* Change the way in which AHCI+PATA combined controllers, such as JMicronAlexander Motin2009-11-161-8/+86
* Disable PMP probing for Marvell AHCI controllers.Alexander Motin2009-11-141-3/+6
* MFp4:Alexander Motin2009-10-311-18/+11
* Fix kernel panic, when ataahci driver is used on system with increasedAlexander Motin2009-07-081-1/+1
* MFp4.Alexander Motin2009-06-011-13/+42
* Add experimental support for SATA interface power management.Alexander Motin2009-04-291-6/+8
* Use cached progif instead of reading it again.Jung-uk Kim2009-04-271-1/+1
* - Give generic AHCI driver lower priority than device-specific drivers.Jung-uk Kim2009-04-271-2/+2
* - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. TheseJung-uk Kim2009-04-271-2/+1
* Integrate user/mav/ata branch:Alexander Motin2009-03-301-41/+118
* Remove the local management of INTx as this is now taken care of by pci.Robert Noland2009-03-041-4/+0
* Give controller a chance to issue Soft Reset clear command before checkingAlexander Motin2009-03-011-2/+1
* Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as itAlexander Motin2009-03-011-1/+1
* Fix spelling.Alexander Motin2009-02-231-1/+1
* Tune AHCI verbose messages to make log more readable.Alexander Motin2009-02-221-12/+23
* Use only higher half of device signature to identify device type. SomeAlexander Motin2009-02-211-4/+4
* Increase initial busy waiting time. If drive was hot-plugged, it may needAlexander Motin2009-02-211-4/+4
* Disable port hardware on detach. First switch it to slumber mode toAlexander Motin2009-02-201-0/+16
* Reduce soft-reset assertion time from 5ms to 50us.Alexander Motin2009-02-201-1/+1
* Disable port interrupts before doing PHY reset.Alexander Motin2009-02-201-0/+3
* Quite mechanical ch_detach implementations for all atapci subdrivers.Alexander Motin2009-02-191-1/+11
* As soon as they called in only same one place (ata_pcichannel_attach()),Alexander Motin2009-02-181-3/+4
* Give atapci knowledge about set of implemented AHCI ports. It is possibleAlexander Motin2009-02-161-6/+2
* Remove unneeded AND operation. We have already checked that bit is set.Alexander Motin2009-02-151-1/+1
* Add workaround for some ATI chips, failing to soft-resetAlexander Motin2009-02-151-5/+12
* Tunes to AHCI reset sequences:Alexander Motin2009-02-141-34/+71
* Before modularization commit, atapci driver was attaching only to devices ofAlexander Motin2008-12-181-2/+3
* Improve error handling at ata_ahci_chipinit().Alexander Motin2008-12-171-3/+8
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+744