diff options
author | glebius <glebius@FreeBSD.org> | 2012-02-09 10:20:41 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2012-02-09 10:20:41 +0000 |
commit | bdf6c01f6dc2ef7a36886ddf75d1be91cb6d8680 (patch) | |
tree | 0a7f04eb96ef79c3499e757b4c94d9324735cea2 /share/man | |
parent | 27a58a0dde89f99954c275fce42e656d2c5a7cbf (diff) | |
download | FreeBSD-src-bdf6c01f6dc2ef7a36886ddf75d1be91cb6d8680.zip FreeBSD-src-bdf6c01f6dc2ef7a36886ddf75d1be91cb6d8680.tar.gz |
Add support for RICOH R5CE823 card reader, that can be found in
some Lenovo laptops.
The conroller needs a quirk to lower its frequency, and after
that it operates normally.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/sdhci.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/sdhci.4 b/share/man/man4/sdhci.4 index 09d4313..e9729a1 100644 --- a/share/man/man4/sdhci.4 +++ b/share/man/man4/sdhci.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 14, 2009 +.Dd February 9, 2012 .Dt SDHCI 4 .Os .Sh NAME @@ -69,6 +69,8 @@ ENE CB714 .It RICOH R5C822 .It +RICOH R5CE823 +.It TI PCIXX21/XX11 .El .Sh SEE ALSO |