summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/rtsx.46
-rw-r--r--sys/dev/ic/rtsx.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/rtsx.4 b/share/man/man4/rtsx.4
index 8c1eb73e579..3aaac11a4e6 100644
--- a/share/man/man4/rtsx.4
+++ b/share/man/man4/rtsx.4
@@ -1,9 +1,9 @@
-.\" $OpenBSD: rtsx.4,v 1.4 2013/11/06 13:51:02 stsp Exp $
+.\" $OpenBSD: rtsx.4,v 1.5 2014/04/23 12:45:18 stsp Exp $
.\"
.\" Theo de Raadt, 2006. Public Domain.
.\" Stefan Sperling, 2012. Public Domain.
.\"
-.Dd $Mdocdate: November 6 2013 $
+.Dd $Mdocdate: April 23 2014 $
.Dt RTSX 4
.Os
.Sh NAME
@@ -15,7 +15,7 @@
.Sh DESCRIPTION
The
.Nm
-driver provides support for the Realtek RTS5209 and RTS5229 SD card
+driver provides support for the Realtek RTS5209, RTS5227, and RTS5229 SD card
readers.
.Pp
The
diff --git a/sys/dev/ic/rtsx.c b/sys/dev/ic/rtsx.c
index 63042edc3b5..f17385d1041 100644
--- a/sys/dev/ic/rtsx.c
+++ b/sys/dev/ic/rtsx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtsx.c,v 1.7 2013/12/08 18:31:03 stsp Exp $ */
+/* $OpenBSD: rtsx.c,v 1.8 2014/04/23 12:45:18 stsp Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -18,7 +18,7 @@
*/
/*
- * Realtek RTS5209/RTS5229 Card Reader driver.
+ * Realtek RTS5209/RTS5227/RTS5229 Card Reader driver.
*/
#include <sys/param.h>