Commit regenerated files after adding Nortel Baystack 21 info.

This commit is contained in:
he 2006-03-09 22:15:19 +00:00
parent ca9813a911
commit 09dd8aa07e
2 changed files with 18 additions and 6 deletions

View File

@ -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 */

View File

@ -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;