summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2018-08-08 09:16:58 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2018-08-08 09:16:58 +0000
commitc389546775800421a115c4a09408dc3a937343ea (patch)
tree06c49c144a87dcc6f02aaafaf5f0e302b7ec661a /sys
parent4cd0dbc77a76fcb0c5b75bc8655e55f99726f847 (diff)
Fix Realtek product name from RT8188 to RTL8188CE
ok stsp@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/if_rtwn.c4
-rw-r--r--sys/dev/pci/pcidevs4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/if_rtwn.c b/sys/dev/pci/if_rtwn.c
index 6d5e52b2c3d..20a3906687b 100644
--- a/sys/dev/pci/if_rtwn.c
+++ b/sys/dev/pci/if_rtwn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_rtwn.c,v 1.30 2017/09/03 16:20:46 stsp Exp $ */
+/* $OpenBSD: if_rtwn.c,v 1.31 2018/08/08 09:16:57 kevlo Exp $ */
/*-
* Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -201,7 +201,7 @@ extern int rtwn_debug;
#define RTWN_PCI_MMBA 0x18 /* memory mapped base */
static const struct pci_matchid rtwn_pci_devices[] = {
- { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8188 },
+ { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8188CE },
{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8192CE }
};
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index 456f27c1edf..d0a8d1b85e4 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -1,4 +1,4 @@
-$OpenBSD: pcidevs,v 1.1855 2018/07/24 21:16:59 kettenis Exp $
+$OpenBSD: pcidevs,v 1.1856 2018/08/08 09:16:57 kevlo Exp $
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@@ -6857,7 +6857,7 @@ product REALTEK RT8169 0x8169 8169
product REALTEK RTL8192SE 0x8172 8192SE
product REALTEK RT8180 0x8180 8180
product REALTEK RT8185 0x8185 8185
-product REALTEK RT8188 0x8176 8188CE
+product REALTEK RTL8188CE 0x8176 8188CE
product REALTEK RTL8192CE 0x8178 RTL8192CE
product REALTEK RTL8188EE 0x8179 8188EE
product REALTEK RTL8192EE 0x818b RTL8192EE