diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-26 20:38:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-26 20:38:49 +0000 |
commit | 317f00cecf9152664512573af78b2190228ca79f (patch) | |
tree | d08909753cf2d6dc5e9951f573d0046bca6500ec /sys/dev/pci | |
parent | 2c60543b3db8376c0c74b9a0adbaa2385b43b0c2 (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 11 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
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, |