summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2016-05-25 14:41:24 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2016-05-25 14:41:24 +0000
commit6079d25369f74297c858deb0675a84dcbcae8a85 (patch)
treeec4b0f6b71839049f07ba70090746e0f679d675d /sys/dev
parent2c666428d16af2359239582d66ec7825370f7987 (diff)
regen
Diffstat (limited to 'sys/dev')
-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",
},