]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Port rtsx(4) driver for Realtek SD card reader from OpenBSD.
authorjkim <jkim@FreeBSD.org>
Tue, 24 Nov 2020 21:28:44 +0000 (21:28 +0000)
committerjkim <jkim@FreeBSD.org>
Tue, 24 Nov 2020 21:28:44 +0000 (21:28 +0000)
commitdb1e637cc768822272128ee3fa98d922c4dea6d0
treed2fa44ac3db6a23585dd3c1b95064270da8c172d
parent5704517b522a244d1984c2aa72f5612366915612
Port rtsx(4) driver for Realtek SD card reader from OpenBSD.

This driver provides support for Realtek PCI SD card readers.  It attaches
mmc(4) bus on card insertion and detaches it on card removal.  It has been
tested with RTS5209, RTS5227, RTS5229, RTS522A, RTS525A and RTL8411B.  It
should also work with RTS5249, RTL8402 and RTL8411.

PR: 204521
Submitted by: Henri Hennebert (hlh at restart dot be)
Reviewed by: imp, jkim
Differential Revision: https://reviews.freebsd.org/D26435
share/man/man4/Makefile
share/man/man4/rtsx.4 [new file with mode: 0644]
sys/amd64/conf/GENERIC
sys/conf/NOTES
sys/conf/files
sys/dev/rtsx/rtsx.c [new file with mode: 0644]
sys/dev/rtsx/rtsxreg.h [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/modules/Makefile
sys/modules/rtsx/Makefile [new file with mode: 0644]