summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2015-09-22 09:27:40 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2015-09-22 09:27:40 +0000
commite71f9afe442bf8b7872018b94bbfc38c7e3ef07e (patch)
treebc981c1e3697942eab931f15f72e36c21cc5df00 /sys
parent15da2cc3e8308365aa1cdb5a48ff2e2cef9efc45 (diff)
regen
Diffstat (limited to 'sys')
-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 83e807e1a9f..53c83dc10c1 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.1769 2015/09/06 17:35:06 sf Exp
+ * OpenBSD: pcidevs,v 1.1770 2015/09/22 09:27:09 jasper Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6251,6 +6251,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_RTL8192EE 0x818b /* RTL8192EE */
#define PCI_PRODUCT_REALTEK_RTL8190P 0x8190 /* RTL8190P */
#define PCI_PRODUCT_REALTEK_RTL8192E 0x8192 /* RTL8192E */
#define PCI_PRODUCT_REALTEK_RTL8187SE 0x8199 /* 8187SE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a5f91e16555..d596da8fa87 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.1769 2015/09/06 17:35:06 sf Exp
+ * OpenBSD: pcidevs,v 1.1770 2015/09/22 09:27:09 jasper Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -21756,6 +21756,10 @@ static const struct pci_known_product pci_known_products[] = {
"RTL8192CE",
},
{
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8192EE,
+ "RTL8192EE",
+ },
+ {
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8190P,
"RTL8190P",
},