diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2012-11-29 23:36:35 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2012-11-29 23:36:35 +0000 |
commit | e9bd58b2f6eac5915430d66b9e0140f121efde1b (patch) | |
tree | 68b0564450aca0c59e743bc2f0776a284697a894 /sys/conf | |
parent | 9fd3649d3fe844fed5cb9a0d99e6be49b6a23c54 (diff) |
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.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 95159a084e1..5410ee8475b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.538 2012/08/23 06:12:49 deraadt Exp $ +# $OpenBSD: files,v 1.539 2012/11/29 23:36:34 stsp Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -454,6 +454,10 @@ device wbsd: sdmmcbus file dev/ic/w83l518d.c wbsd file dev/ic/w83l518d_sdmmc.c wbsd +# Realtek RTS5209 Card Reader +device rtsx: sdmmcbus +file dev/ic/rtsx.c rtsx needs-flag + # AMD 7930 audio/ISDN codec define am7930 file dev/ic/am7930.c am7930 |