summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/rtsx_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add support for the Realtek RTS525Ajcs2017-09-061-19/+25
* Match on RTS522A. Found in 2016 thinkpads.jsg2016-04-261-1/+2
* In rtsx(4), condense the list of support chips in a comment, remove the unusedstsp2015-04-281-7/+4
* match on the RTS5249 found on the dell xps 13, treat it as a 5229jcs2015-03-281-1/+3
* RTL8411 works also, according to tiix@openmailboxderaadt2015-03-141-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Add support for the RTL8411B chipphessler2015-02-231-1/+2
* Enable rts5227, as found in my new Thinkpad x240.phessler2014-08-191-5/+15
* Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban.stsp2014-05-181-2/+3
* Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240.claudio2014-04-181-1/+2
* Add support for the RTS5229 card reader to rtsx(4).stsp2013-11-061-5/+14
* Enable MSI for rtsx(4). Tested on i386 and amd64.stsp2013-01-051-2/+2
* Attach rtsx(4) only to devices using the 'undefined' PCI class, and dostsp2013-01-041-2/+8
* Add rtsx(4), a new driver for the Realtek RTS5209 card reader.stsp2012-11-291-0/+105