summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-06-04 18:49:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-06-04 18:49:30 +0000
commit526b3282b7fb447cf5c699673a14449d431ca92b (patch)
tree4ba31108b5f579a52e8176d6370526cf5580fd1f
parent4f8c920c1f5d03d53663acae6a2041af22877e03 (diff)
sync
-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 20a12a975e8..4d51fa1ff5b 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.1763 2015/06/01 15:52:57 stsp Exp
+ * OpenBSD: pcidevs,v 1.1765 2015/06/04 18:46:43 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6227,6 +6227,7 @@
#define PCI_PRODUCT_REALTEK_RTL8190P 0x8190 /* RTL8190P */
#define PCI_PRODUCT_REALTEK_RTL8192E 0x8192 /* RTL8192E */
#define PCI_PRODUCT_REALTEK_RTL8187SE 0x8199 /* 8187SE */
+#define PCI_PRODUCT_REALTEK_RT8191SE 0xb723 /* 8191SE */
/* Red Hat products */
#define PCI_PRODUCT_REDHAT_PPB 0x0001 /* Qemu PCI-PCI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5c4869cf91c..c8c6b37bed2 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.1763 2015/06/01 15:52:57 stsp Exp
+ * OpenBSD: pcidevs,v 1.1765 2015/06/04 18:46:43 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -21660,6 +21660,10 @@ static const struct pci_known_product pci_known_products[] = {
"8187SE",
},
{
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8191SE,
+ "8191SE",
+ },
+ {
PCI_VENDOR_REDHAT, PCI_PRODUCT_REDHAT_PPB,
"Qemu PCI-PCI",
},