]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Port rtsx(4) driver for Realtek SD card reader from OpenBSD.
authorJung-uk Kim <jkim@FreeBSD.org>
Tue, 24 Nov 2020 21:28:44 +0000 (21:28 +0000)
committerJung-uk Kim <jkim@FreeBSD.org>
Tue, 24 Nov 2020 21:28:44 +0000 (21:28 +0000)
commit926ce35a7e33457153b56be1ba51a31aea674000
treed2fa44ac3db6a23585dd3c1b95064270da8c172d
parent7e06495b9b59214b63c72ee143064eea43e4993d
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]