diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 19 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3320329e234..65f2e46ea78 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.377 2001/03/14 22:49:00 deraadt Exp + * OpenBSD: pcidevs,v 1.378 2001/03/24 20:06:20 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -500,6 +500,7 @@ #define PCI_VENDOR_ASIX 0x125b /* ASIX */ #define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */ #define PCI_VENDOR_ESSTECH 0x125d /* ESS */ +#define PCI_VENDOR_NORTEL 0x126c /* Nortel Networks */ #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */ #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */ #define PCI_VENDOR_TRANSMETA 0x1279 /* Transmeta */ @@ -571,6 +572,7 @@ /* 3Com Products */ #define PCI_PRODUCT_3COM_3C985 0x0001 /* 3c985 */ #define PCI_PRODUCT_3COM_3C339 0x3390 /* 3c339 */ +#define PCI_PRODUCT_3COM_3C359 0x3590 /* 3c359 */ #define PCI_PRODUCT_3COM_3C450 0x4500 /* 3c450 */ #define PCI_PRODUCT_3COM_3C590 0x5900 /* 3c590 10Mbps */ #define PCI_PRODUCT_3COM_3C595TX 0x5950 /* 3c595 100Base-TX */ @@ -1441,6 +1443,9 @@ /* NKK products */ #define PCI_PRODUCT_NKK_NDR4600 0xA001 /* NDR4600 Host-PCI */ +/* Nortel Networks products */ +#define PCI_PRODUCT_NORTEL_BS21 0x1211 /* BS21 10/100 */ + /* Number Nine products */ #define PCI_PRODUCT_NUMBER9_I128 0x2309 /* Imagine-128 */ #define PCI_PRODUCT_NUMBER9_I128_2 0x2339 /* Imagine-128 II */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 77ec686bfb6..cf11e73af9e 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.377 2001/03/14 22:49:00 deraadt Exp + * OpenBSD: pcidevs,v 1.378 2001/03/24 20:06:20 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -51,6 +51,10 @@ static const struct pci_known_product pci_known_products[] = { "3c339", }, { + PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C359, + "3c359", + }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C450, "3c450", }, @@ -2691,6 +2695,10 @@ static const struct pci_known_product pci_known_products[] = { "NDR4600 Host-PCI", }, { + PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BS21, + "BS21 10/100", + }, + { PCI_VENDOR_NUMBER9, PCI_PRODUCT_NUMBER9_I128, "Imagine-128", }, @@ -6011,6 +6019,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "ESS", }, { + PCI_VENDOR_NORTEL, + "Nortel Networks", + }, + { PCI_VENDOR_ENSONIQ, "Ensoniq", }, |