aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-siliconimage.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r242156:Alexander Motin2012-11-161-2/+4
* MFC r242625:Dimitry Andric2012-11-121-1/+1
* MFC: r233282Marius Strobl2012-03-301-8/+11
* MFC: r230627Marius Strobl2012-02-011-0/+4
* MFC: r225931, r225932, r227000Marius Strobl2012-01-281-2/+11
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+14
* Several chipset drivers alter parameters relevant for the DMA tag creation,Marius Strobl2010-11-281-3/+4
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-181-2/+40
* Add missing byteswap, works on big endian systems now (tested on NetlogicJayachandran C.2010-09-231-1/+1
* Add fix for SiI3114 and SiI3512 chips bug, which caused sending R_ERR inAlexander Motin2010-09-021-0/+8
* SATA1.x SiliconImage controllers on power-on reset TFD Status register intoAlexander Motin2010-09-021-0/+1
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markAlexander Motin2010-07-101-0/+4
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butAlexander Motin2010-07-101-1/+2
* Report SATA300 chips also as SATA.Alexander Motin2010-02-051-1/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-3/+3
* MFp4:Alexander Motin2009-12-061-105/+71
* MFp4:Alexander Motin2009-11-011-0/+1
* MFp4:Alexander Motin2009-10-311-22/+15
* MFp4:Alexander Motin2009-06-241-1/+1
* Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.Alexander Motin2009-05-071-0/+1
* Integrate user/mav/ata branch:Alexander Motin2009-03-301-2/+2
* Remove the local management of INTx as this is now taken care of by pci.Robert Noland2009-03-041-4/+0
* Use only higher half of device signature to identify device type. SomeAlexander Motin2009-02-211-4/+4
* Quite mechanical ch_detach implementations for all atapci subdrivers.Alexander Motin2009-02-191-1/+25
* As soon as they called in only same one place (ata_pcichannel_attach()),Alexander Motin2009-02-181-11/+12
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+890