From 09dd8aa07e23ad51a877b6dc4c37758c5786e076 Mon Sep 17 00:00:00 2001 From: he Date: Thu, 9 Mar 2006 22:15:19 +0000 Subject: [PATCH] Commit regenerated files after adding Nortel Baystack 21 info. --- sys/dev/pci/pcidevs.h | 8 ++++++-- sys/dev/pci/pcidevs_data.h | 16 ++++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f612b7096e6b..f2ea7e48a7eb 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.774 2006/03/09 15:09:13 hamajima Exp $ */ +/* $NetBSD: pcidevs.h,v 1.775 2006/03/09 22:15:19 he Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.772 2006/03/07 22:11:25 bouyer Exp + * NetBSD: pcidevs,v 1.774 2006/03/09 22:14:48 he Exp */ /* @@ -520,6 +520,7 @@ #define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */ #define PCI_VENDOR_ESSTECH 0x125d /* ESS Technology */ #define PCI_VENDOR_INTERSIL 0x1260 /* Intersil */ +#define PCI_VENDOR_NORTEL 0x126c /* Nortel Networks (Northern Telecom) */ #define PCI_VENDOR_SILMOTION 0x126f /* Silicon Motion */ #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */ #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */ @@ -2310,6 +2311,9 @@ /* NKK products */ #define PCI_PRODUCT_NKK_NDR4600 0xa001 /* NDR4600 Host-PCI Bridge */ +/* Nortel products */ +#define PCI_PRODUCT_NORTEL_BAYSTACK_21 0x1211 /* Baystack 21 (Accton MPX EN5038) */ + /* 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 93da02051839..ec800536f180 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.773 2006/03/09 15:09:13 hamajima Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.774 2006/03/09 22:15:19 he Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.772 2006/03/07 22:11:25 bouyer Exp + * NetBSD: pcidevs,v 1.774 2006/03/09 22:14:48 he Exp */ /* @@ -1891,6 +1891,10 @@ static const struct pci_vendor pci_vendors[] = { PCI_VENDOR_INTERSIL, "Intersil", }, + { + PCI_VENDOR_NORTEL, + "Nortel Networks (Northern Telecom)", + }, { PCI_VENDOR_SILMOTION, "Silicon Motion", @@ -2340,7 +2344,7 @@ static const struct pci_vendor pci_vendors[] = { "INVALID VENDOR ID", }, }; -const int pci_nvendors = 575; +const int pci_nvendors = 576; static const struct pci_product pci_products[] = { { @@ -7779,6 +7783,10 @@ static const struct pci_product pci_products[] = { PCI_VENDOR_NKK, PCI_PRODUCT_NKK_NDR4600, "NDR4600 Host-PCI Bridge", }, + { + PCI_VENDOR_NORTEL, PCI_PRODUCT_NORTEL_BAYSTACK_21, + "Baystack 21 (Accton MPX EN5038)", + }, { PCI_VENDOR_NUMBER9, PCI_PRODUCT_NUMBER9_I128, "Imagine-128", @@ -10888,4 +10896,4 @@ static const struct pci_product pci_products[] = { "Video Controller", }, }; -const int pci_nproducts = 2136; +const int pci_nproducts = 2137;