summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/chipsets/ata-siliconimage.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280451:mav2015-08-221-559/+0
* MFC r280393: Reduce priority of ATA/SATA drivers.mav2015-04-061-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-061-1/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-2/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-1/+1
* 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-8/+11
* Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEWmarius2012-01-271-0/+4
* Convert files to UTF-8uqs2012-01-151-1/+1
* In r225931 I've missed the only other driver using the pointer returnedmarius2011-11-011-2/+11
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+14
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-281-3/+4
* Set of legacy mode SATA enchancements:mav2010-10-181-2/+40
* Add missing byteswap, works on big endian systems now (tested on Netlogicjchandra2010-09-231-1/+1
* Add fix for SiI3114 and SiI3512 chips bug, which caused sending R_ERR inmav2010-09-021-0/+8
* SATA1.x SiliconImage controllers on power-on reset TFD Status register intomav2010-09-021-0/+1
* If ata_sata_phy_reset() failed and ata_generic_reset() is not called, markmav2010-07-101-0/+4
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butmav2010-07-101-1/+2
* Report SATA300 chips also as SATA.mav2010-02-051-1/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-3/+3
* MFp4:mav2009-12-061-107/+73
* MFp4:mav2009-11-011-0/+1
* MFp4:mav2009-10-311-22/+15
* MFp4:mav2009-06-241-1/+1
* Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.mav2009-05-071-0/+1
* Integrate user/mav/ata branch:mav2009-03-301-2/+2
* Remove the local management of INTx as this is now taken care of by pci.rnoland2009-03-041-4/+0
* Use only higher half of device signature to identify device type. Somemav2009-02-211-4/+4
* Quite mechanical ch_detach implementations for all atapci subdrivers.mav2009-02-191-1/+25
* As soon as they called in only same one place (ata_pcichannel_attach()),mav2009-02-181-11/+12
* This is the roumored ATA modulerisation works, and it needs a little explanat...sos2008-10-091-0/+890
OpenPOWER on IntegriCloud