aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-siliconimage.c
Commit message (Expand)AuthorAgeFilesLines
* Reset indentation of this flag. No functional change intended.Sean Bruno2018-07-031-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-241-559/+0
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-2/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) forAlexander Motin2012-10-261-2/+4
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-211-8/+11
* Using ATA_CAM along with ATAPI DMA causes data corruption with ALI_NEWMarius Strobl2012-01-271-0/+4
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* In r225931 I've missed the only other driver using the pointer returnedMarius Strobl2011-11-011-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