Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add support for Realtek RTS522A



details:   https://anonhg.NetBSD.org/src/rev/a4e96d7a2bf9
branches:  trunk
changeset: 931630:a4e96d7a2bf9
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Apr 27 23:06:34 2020 +0000

description:
Add support for Realtek RTS522A

diffstat:

 share/man/man4/rtsx.4  |  6 +++---
 sys/dev/pci/rtsx_pci.c |  5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (51 lines):

diff -r c0c756d91196 -r a4e96d7a2bf9 share/man/man4/rtsx.4
--- a/share/man/man4/rtsx.4     Mon Apr 27 23:05:31 2020 +0000
+++ b/share/man/man4/rtsx.4     Mon Apr 27 23:06:34 2020 +0000
@@ -1,10 +1,10 @@
-.\"    $NetBSD: rtsx.4,v 1.5 2018/04/24 18:35:56 maya Exp $
+.\"    $NetBSD: rtsx.4,v 1.6 2020/04/27 23:06:34 jmcneill Exp $
 .\"    $OpenBSD: rtsx.4,v 1.6 2014/05/18 10:52:17 stsp Exp $
 .\"
 .\" Theo de Raadt, 2006. Public Domain.
 .\" Stefan Sperling, 2012. Public Domain.
 .\"
-.Dd April 24, 2018
+.Dd April 27, 2020
 .Dt RTSX 4
 .Os
 .Sh NAME
@@ -17,7 +17,7 @@
 The
 .Nm
 driver provides support for the Realtek RTS5209, RTS5227, RTS5229,
-RTS525A, RTL8402, RTL8411 and RTL8411B SD card readers.
+RTS522A, RTS525A, RTL8402, RTL8411 and RTL8411B SD card readers.
 .Pp
 The
 .Xr sdmmc 4
diff -r c0c756d91196 -r a4e96d7a2bf9 sys/dev/pci/rtsx_pci.c
--- a/sys/dev/pci/rtsx_pci.c    Mon Apr 27 23:05:31 2020 +0000
+++ b/sys/dev/pci/rtsx_pci.c    Mon Apr 27 23:06:34 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtsx_pci.c,v 1.8 2018/12/09 11:14:02 jdolecek Exp $    */
+/*     $NetBSD: rtsx_pci.c,v 1.9 2020/04/27 23:06:34 jmcneill Exp $    */
 /*     $OpenBSD: rtsx_pci.c,v 1.7 2014/08/19 17:55:03 phessler Exp $   */
 
 
@@ -20,7 +20,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtsx_pci.c,v 1.8 2018/12/09 11:14:02 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtsx_pci.c,v 1.9 2020/04/27 23:06:34 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -79,6 +79,7 @@
        case PCI_PRODUCT_REALTEK_RTS5209:
        case PCI_PRODUCT_REALTEK_RTS5227:
        case PCI_PRODUCT_REALTEK_RTS5229:
+       case PCI_PRODUCT_REALTEK_RTS522A:
        case PCI_PRODUCT_REALTEK_RTS525A:
        case PCI_PRODUCT_REALTEK_RTL8402:
        case PCI_PRODUCT_REALTEK_RTL8411:



Home | Main Index | Thread Index | Old Index