Document RTS5227 support in rtsx(4).
authorstsp <stsp@openbsd.org>
Wed, 23 Apr 2014 12:45:18 +0000 (12:45 +0000)
committerstsp <stsp@openbsd.org>
Wed, 23 Apr 2014 12:45:18 +0000 (12:45 +0000)
share/man/man4/rtsx.4
sys/dev/ic/rtsx.c

index 8c1eb73..3aaac11 100644 (file)
@@ -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
index 63042ed..f17385d 100644 (file)
@@ -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>