From 494bdb71fd2931119a55aa76ba0ba575f2dc72c2 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sat, 24 Mar 2001 20:07:28 +0000 Subject: regen. --- sys/dev/pci/pcidevs.h | 7 ++++++- sys/dev/pci/pcidevs_data.h | 14 +++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci') 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 $ */ @@ -50,6 +50,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C339, "3c339", }, + { + PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C359, + "3c359", + }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C450, "3c450", @@ -2690,6 +2694,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_NKK, PCI_PRODUCT_NKK_NDR4600, "NDR4600 Host-PCI", }, + { + PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BS21, + "BS21 10/100", + }, { PCI_VENDOR_NUMBER9, PCI_PRODUCT_NUMBER9_I128, "Imagine-128", @@ -6010,6 +6018,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_ESSTECH, "ESS", }, + { + PCI_VENDOR_NORTEL, + "Nortel Networks", + }, { PCI_VENDOR_ENSONIQ, "Ensoniq", -- cgit v1.2.3