summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/chipsets/ata-ahci.c
Commit message (Expand)AuthorAgeFilesLines
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-061-1/+0
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) formav2012-10-261-2/+4
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-211-2/+3
* Fix names of some Marvell SATA chips. It looks like chips with proprietarymav2012-03-021-4/+4
* Convert files to UTF-8uqs2012-01-151-1/+1
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+17
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-281-1/+1
* Set of legacy mode SATA enchancements:mav2010-10-181-1/+39
* Add missing le32toh(), same as recently done in ata-siliconimage.c.mav2010-09-241-1/+1
* Increase device reset timeout from 10 to 15 seconds, same as in ahci(4).mav2010-09-011-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-3/+3
* MFp4:mav2009-12-061-0/+3
* On Soft Reset, read device signature from FIS receive area, instead ofmav2009-12-051-3/+5
* Change the way in which AHCI+PATA combined controllers, such as JMicronmav2009-11-161-8/+86
* Disable PMP probing for Marvell AHCI controllers.mav2009-11-141-3/+6
* MFp4:mav2009-10-311-18/+11
* Fix kernel panic, when ataahci driver is used on system with increasedmav2009-07-081-1/+1
* MFp4.mav2009-06-011-13/+42
* Add experimental support for SATA interface power management.mav2009-04-291-6/+8
* Use cached progif instead of reading it again.jkim2009-04-271-1/+1
* - Give generic AHCI driver lower priority than device-specific drivers.jkim2009-04-271-2/+2
* - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. Thesejkim2009-04-271-2/+1
* Integrate user/mav/ata branch:mav2009-03-301-41/+118
* Remove the local management of INTx as this is now taken care of by pci.rnoland2009-03-041-4/+0
* Give controller a chance to issue Soft Reset clear command before checkingmav2009-03-011-2/+1
* Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as itmav2009-03-011-1/+1
* Fix spelling.mav2009-02-231-1/+1
* Tune AHCI verbose messages to make log more readable.mav2009-02-221-12/+23
* Use only higher half of device signature to identify device type. Somemav2009-02-211-4/+4
* Increase initial busy waiting time. If drive was hot-plugged, it may needmav2009-02-211-4/+4
* Disable port hardware on detach. First switch it to slumber mode tomav2009-02-201-0/+16
* Reduce soft-reset assertion time from 5ms to 50us.mav2009-02-201-1/+1
* Disable port interrupts before doing PHY reset.mav2009-02-201-0/+3
* Quite mechanical ch_detach implementations for all atapci subdrivers.mav2009-02-191-1/+11
* As soon as they called in only same one place (ata_pcichannel_attach()),mav2009-02-181-3/+4
* Give atapci knowledge about set of implemented AHCI ports. It is possiblemav2009-02-161-6/+2
* Remove unneeded AND operation. We have already checked that bit is set.mav2009-02-151-1/+1
* Add workaround for some ATI chips, failing to soft-resetmav2009-02-151-5/+12
* Tunes to AHCI reset sequences:mav2009-02-141-34/+71
* Before modularization commit, atapci driver was attaching only to devices ofmav2008-12-181-2/+3
* Improve error handling at ata_ahci_chipinit().mav2008-12-171-3/+8
* This is the roumored ATA modulerisation works, and it needs a little explanat...sos2008-10-091-0/+744
OpenPOWER on IntegriCloud