#
7b44a193 |
| 13-Apr-2023 |
miod <miod@openbsd.org> |
Remove intentionally undocumented pci_{io,mem}_find and convert their last few users to pci_mapreg_info().
ok jsg@
|
#
8d2c75e4 |
| 11-Mar-2022 |
mpi <mpi@openbsd.org> |
Constify struct cfattach.
|
#
2c295edd |
| 06-Sep-2017 |
jcs <jcs@openbsd.org> |
add support for the Realtek RTS525A
ok stsp
|
#
32973e34 |
| 26-Apr-2016 |
jsg <jsg@openbsd.org> |
Match on RTS522A. Found in 2016 thinkpads. Tested by Bryan Vyhmeister on x260.
|
#
ae1f177a |
| 28-Apr-2015 |
stsp <stsp@openbsd.org> |
In rtsx(4), condense the list of support chips in a comment, remove the unused F_5227 flag, sort PCI IDs, and fix a typo in a comment. No functional change. from brad
|
#
d66a4d02 |
| 28-Mar-2015 |
jcs <jcs@openbsd.org> |
match on the RTS5249 found on the dell xps 13, treat it as a 5229
ok stsp
|
#
f85a24be |
| 14-Mar-2015 |
deraadt <deraadt@openbsd.org> |
RTL8411 works also, according to tiix@openmailbox
|
#
21dab745 |
| 14-Mar-2015 |
jsg <jsg@openbsd.org> |
Remove some includes include-what-you-use claims don't have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
|
#
f15d9c7b |
| 23-Feb-2015 |
phessler <phessler@openbsd.org> |
Add support for the RTL8411B chip
Verified working by Peter Hansteen
OK deraadt@, millert@, stsp@
|
#
e518625a |
| 19-Aug-2014 |
phessler <phessler@openbsd.org> |
Enable rts5227, as found in my new Thinkpad x240.
Shuffle the code around slightly, so we special case the 5209 chipset instead of semi-randomly.
Tested on rts5227 by me, and rts5209 by stsp@
OK s
Enable rts5227, as found in my new Thinkpad x240.
Shuffle the code around slightly, so we special case the 5209 chipset instead of semi-randomly.
Tested on rts5227 by me, and rts5209 by stsp@
OK stsp@
show more ...
|
#
1244917d |
| 18-May-2014 |
stsp <stsp@openbsd.org> |
Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban.
|
#
a8013ee7 |
| 18-Apr-2014 |
claudio <claudio@openbsd.org> |
Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240. This will give us basic support there are a few extra bits in the linux driver we ignore for now. Something to look at in the future.
Also match RTS5227 in rtsx(4). Works for me on the THinkPad X240. This will give us basic support there are a few extra bits in the linux driver we ignore for now. Something to look at in the future. OK stsp@ mlarkin@ kettenis@
show more ...
|
#
0cd9a838 |
| 06-Nov-2013 |
stsp <stsp@openbsd.org> |
Add support for the RTS5229 card reader to rtsx(4). From Pedro Martelletto.
|
#
9be16409 |
| 05-Jan-2013 |
stsp <stsp@openbsd.org> |
Enable MSI for rtsx(4). Tested on i386 and amd64.
|
#
fb9b2be5 |
| 04-Jan-2013 |
stsp <stsp@openbsd.org> |
Attach rtsx(4) only to devices using the 'undefined' PCI class, and do not ever attach sdhc(4) to devices matching the rtsx(4) vendor/product ID. Fixes an issue reported by Dave Anderson where on his
Attach rtsx(4) only to devices using the 'undefined' PCI class, and do not ever attach sdhc(4) to devices matching the rtsx(4) vendor/product ID. Fixes an issue reported by Dave Anderson where on his hardware both drivers attached to apparently the same device which then failed to work reliably. ok deraadt
show more ...
|
#
f615cd67 |
| 29-Nov-2012 |
stsp <stsp@openbsd.org> |
Add rtsx(4), a new driver for the Realtek RTS5209 card reader. This card reader does not comply to the standard SDHC interface supported by sdhc(4) and hence requires a custom driver.
With help from
Add rtsx(4), a new driver for the Realtek RTS5209 card reader. This card reader does not comply to the standard SDHC interface supported by sdhc(4) and hence requires a custom driver.
With help from uwe and mikeb. Useful hints were also provided by the author of the corresponding Linux driver (wwang at realsil com cn), thanks a lot! Tested by myself and weerd on i386 and amd64.
show more ...
|