summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2016-05-25 14:41:23 +0000
committerstsp <stsp@openbsd.org>2016-05-25 14:41:23 +0000
commit97a7827ceb9b0052a581a8038698a36b714cb10e (patch)
tree8ffc9fb0e8caf1b83f5e89629117b703384c6007
parentAdd PCI ID for RTL8188EE. Prompted by Ross L Richardson. (diff)
downloadwireguard-openbsd-97a7827ceb9b0052a581a8038698a36b714cb10e.tar.xz
wireguard-openbsd-97a7827ceb9b0052a581a8038698a36b714cb10e.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5215cc63271..d725e2e780d 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1798 2016/05/23 06:52:10 dlg Exp
+ * OpenBSD: pcidevs,v 1.1800 2016/05/25 14:41:02 stsp Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6474,6 +6474,7 @@
#define PCI_PRODUCT_REALTEK_RT8185 0x8185 /* 8185 */
#define PCI_PRODUCT_REALTEK_RT8188 0x8176 /* 8188CE */
#define PCI_PRODUCT_REALTEK_RTL8192CE 0x8178 /* RTL8192CE */
+#define PCI_PRODUCT_REALTEK_RTL8188EE 0x8179 /* 8188EE */
#define PCI_PRODUCT_REALTEK_RTL8192EE 0x818b /* RTL8192EE */
#define PCI_PRODUCT_REALTEK_RTL8190P 0x8190 /* RTL8190P */
#define PCI_PRODUCT_REALTEK_RTL8192E 0x8192 /* RTL8192E */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 20b219d9b8e..abab1407084 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1798 2016/05/23 06:52:10 dlg Exp
+ * OpenBSD: pcidevs,v 1.1800 2016/05/25 14:41:02 stsp Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -22612,6 +22612,10 @@ static const struct pci_known_product pci_known_products[] = {
"RTL8192CE",
},
{
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8188EE,
+ "8188EE",
+ },
+ {
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8192EE,
"RTL8192EE",
},