summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-26 20:38:48 +0000
committermillert <millert@openbsd.org>2002-03-26 20:38:48 +0000
commit3b30fd2705b96a913f801c104490da05f23ee986 (patch)
tree2cbdf603e639fe6bd5319450d615fa3387c7433f
parento 0x15e8 is National Datacomm Corp, not Corega (diff)
downloadwireguard-openbsd-3b30fd2705b96a913f801c104490da05f23ee986.tar.xz
wireguard-openbsd-3b30fd2705b96a913f801c104490da05f23ee986.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h11
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 17 insertions, 12 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 55e138596c4..cfc74eba099 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.496 2002/03/26 16:38:16 mickey Exp
+ * OpenBSD: pcidevs,v 1.497 2002/03/26 20:37:07 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -553,7 +553,7 @@
#define PCI_VENDOR_TOPIC 0x151f /* Topic/SmartLink */
#define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */
#define PCI_VENDOR_VMWARE 0x15ad /* VMware */
-#define PCI_VENDOR_COREGA 0x15e8 /* Corega */
+#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm Corp */
#define PCI_VENDOR_SYBA 0x1592 /* Syba */
#define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
@@ -1044,9 +1044,6 @@
#define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB */
#define PCI_PRODUCT_CONTAQ_82C693 0xc693 /* CY82C693U PCI-ISA */
-/* Corega products */
-#define PCI_PRODUCT_COREGA_CGWLPCIA11 0x0130 /* WLAN 11Mb */
-
/* Corollary Products */
#define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* C-Bus II-PCI */
@@ -1537,6 +1534,10 @@
/* Mutech products */
#define PCI_PRODUCT_MUTECH_MV1000 0x0001 /* MV1000 */
+/* National Datacomm Corp products */
+#define PCI_PRODUCT_NDC_NCP130 0x0130 /* NCP130 */
+#define PCI_PRODUCT_NDC_NCP130A2 0x0131 /* NCP130 Rev A2 */
+
/* National Semiconductor products */
#define PCI_PRODUCT_NS_DP83810 0x0001 /* DP83810 10/100 */
#define PCI_PRODUCT_NS_PC87415 0x0002 /* PC87415 IDE */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5d8e5b7a860..42f358323ba 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.496 2002/03/26 16:38:16 mickey Exp
+ * OpenBSD: pcidevs,v 1.497 2002/03/26 20:37:07 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1463,10 +1463,6 @@ static const struct pci_known_product pci_known_products[] = {
"CY82C693U PCI-ISA",
},
{
- PCI_VENDOR_COREGA, PCI_PRODUCT_COREGA_CGWLPCIA11,
- "WLAN 11Mb",
- },
- {
PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CBUSII_PCIB,
"C-Bus II-PCI",
},
@@ -2959,6 +2955,14 @@ static const struct pci_known_product pci_known_products[] = {
"MV1000",
},
{
+ PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130,
+ "NCP130",
+ },
+ {
+ PCI_VENDOR_NDC, PCI_PRODUCT_NDC_NCP130A2,
+ "NCP130 Rev A2",
+ },
+ {
PCI_VENDOR_NS, PCI_PRODUCT_NS_DP83810,
"DP83810 10/100",
},
@@ -7211,8 +7215,8 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"VMware",
},
{
- PCI_VENDOR_COREGA,
- "Corega",
+ PCI_VENDOR_NDC,
+ "National Datacomm Corp",
},
{
PCI_VENDOR_SYBA,