summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@openbsd.org>2010-08-18 19:36:26 +0000
committerdamien <damien@openbsd.org>2010-08-18 19:36:26 +0000
commit44115d16de74bd866d3bf5c82c2218dafe8a12d4 (patch)
tree98e765cbf40d4ac4508730d0b878ae8b5ff0e050
parentRealtek RTL8190P and RTL8192E PCI ids. (diff)
downloadwireguard-openbsd-44115d16de74bd866d3bf5c82c2218dafe8a12d4.tar.xz
wireguard-openbsd-44115d16de74bd866d3bf5c82c2218dafe8a12d4.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h9
-rw-r--r--sys/dev/pci/pcidevs_data.h30
2 files changed, 37 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index e0793c7dc7b..4140eb91d84 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.1567 2010/07/31 19:49:56 krw Exp
+ * OpenBSD: pcidevs,v 1.1568 2010/08/18 19:34:37 damien Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -55,6 +55,7 @@
#define PCI_VENDOR_HAUPPAUGE 0x0070 /* Hauppauge */
#define PCI_VENDOR_TTTECH 0x0357 /* TTTech */
#define PCI_VENDOR_DYNALINK 0x0675 /* Dynalink */
+#define PCI_VENDOR_COREGA2 0x07aa /* Corega */
#define PCI_VENDOR_RHINO 0x0b0b /* Rhino Equipment */
#define PCI_VENDOR_COMPAQ 0x0e11 /* Compaq */
#define PCI_VENDOR_SYMBIOS 0x1000 /* Symbios Logic */
@@ -1767,6 +1768,10 @@
#define PCI_PRODUCT_COREGA_CB_TXD 0xa117 /* FEther CB-TXD 10/100 */
#define PCI_PRODUCT_COREGA_2CB_TXD 0xa11e /* FEther II CB-TXD 10/100 */
#define PCI_PRODUCT_COREGA_CGLAPCIGT 0xc107 /* CG-LAPCIGT */
+#define PCI_PRODUCT_COREGA2_RTL8192E_1 0x0044 /* RTL8192E */
+#define PCI_PRODUCT_COREGA2_RTL8190P_1 0x0045 /* RTL8190P */
+#define PCI_PRODUCT_COREGA2_RTL8190P_2 0x0046 /* RTL8190P */
+#define PCI_PRODUCT_COREGA2_RTL8192E_2 0x0047 /* RTL8192E */
/* Corollary products */
#define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* C-Bus II-PCI */
@@ -4669,6 +4674,8 @@
#define PCI_PRODUCT_REALTEK_RTL8192SE 0x8172 /* 8192SE */
#define PCI_PRODUCT_REALTEK_RT8180 0x8180 /* 8180 */
#define PCI_PRODUCT_REALTEK_RT8185 0x8185 /* 8185 */
+#define PCI_PRODUCT_REALTEK_RTL8190P 0x8190 /* RTL8190P */
+#define PCI_PRODUCT_REALTEK_RTL8192E 0x8192 /* RTL8192E */
#define PCI_PRODUCT_REALTEK_RTL8187SE 0x8199 /* 8187SE */
/* RICOH products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 484b075fd2b..a154b00fe49 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.1567 2010/07/31 19:49:56 krw Exp
+ * OpenBSD: pcidevs,v 1.1568 2010/08/18 19:34:37 damien Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5168,6 +5168,22 @@ static const struct pci_known_product pci_known_products[] = {
"CG-LAPCIGT",
},
{
+ PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8192E_1,
+ "RTL8192E",
+ },
+ {
+ PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8190P_1,
+ "RTL8190P",
+ },
+ {
+ PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8190P_2,
+ "RTL8190P",
+ },
+ {
+ PCI_VENDOR_COREGA2, PCI_PRODUCT_COREGA2_RTL8192E_2,
+ "RTL8192E",
+ },
+ {
PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CBUSII_PCIB,
"C-Bus II-PCI",
},
@@ -15604,6 +15620,14 @@ static const struct pci_known_product pci_known_products[] = {
"8185",
},
{
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8190P,
+ "RTL8190P",
+ },
+ {
+ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8192E,
+ "RTL8192E",
+ },
+ {
PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RTL8187SE,
"8187SE",
},
@@ -18860,6 +18884,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Dynalink",
},
{
+ PCI_VENDOR_COREGA2,
+ "Corega",
+ },
+ {
PCI_VENDOR_RHINO,
"Rhino Equipment",
},