Regen: Add EXAR devices, and fix duplicated NVIDIA product id 0x0057.

This commit is contained in:
hamajima 2006-03-09 15:09:13 +00:00
parent 190c7ab6ea
commit 3762b561e7
2 changed files with 27 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcidevs.h,v 1.773 2006/03/07 22:12:14 bouyer Exp $ */
/* $NetBSD: pcidevs.h,v 1.774 2006/03/09 15:09:13 hamajima Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -549,6 +549,7 @@
#define PCI_VENDOR_LEVELONE 0x1394 /* Level One */
#define PCI_VENDOR_COLOGNECHIP 0x1397 /* Cologne Chip Designs */
#define PCI_VENDOR_HIFN 0x13a3 /* Hifn */
#define PCI_VENDOR_EXAR 0x13a8 /* EXAR */
#define PCI_VENDOR_3WARE 0x13c1 /* 3ware */
#define PCI_VENDOR_ABOCOM 0x13d1 /* AboCom Systems */
#define PCI_VENDOR_NETBOOST 0x13dc /* NetBoost */
@ -1542,6 +1543,11 @@
/* Evans & Sutherland products */
#define PCI_PRODUCT_ES_FREEDOM 0x0001 /* Freedom PCI-GBus Interface */
/* EXAR products */
#define PCI_PRODUCT_EXAR_XR17D152 0x0152 /* dual-channel Universal PCI UART */
#define PCI_PRODUCT_EXAR_XR17D154 0x0154 /* quad-channel Universal PCI UART */
#define PCI_PRODUCT_EXAR_XR17D158 0x0158 /* octal-channel Universal PCI UART */
/* FORE products */
#define PCI_PRODUCT_FORE_PCA200 0x0210 /* ATM PCA-200 */
#define PCI_PRODUCT_FORE_PCA200E 0x0300 /* ATM PCA-200e */
@ -2325,7 +2331,7 @@
#define PCI_PRODUCT_NVIDIA_NFORCE4_ATA133 0x0053 /* nForce4 ATA133 IDE */
#define PCI_PRODUCT_NVIDIA_NFORCE4_SATA1 0x0054 /* nForce4 Serial ATA 1 */
#define PCI_PRODUCT_NVIDIA_NFORCE4_SATA2 0x0055 /* nForce4 Serial ATA 2 */
#define PCI_PRODUCT_NVIDIA_NFORCE4_NET1 0x0057 /* nForce4 Ethernet */
#define PCI_PRODUCT_NVIDIA_NFORCE4_NET1 0x0056 /* nForce4 Ethernet */
#define PCI_PRODUCT_NVIDIA_NFORCE4_NET2 0x0057 /* nForce4 Ethernet */
#define PCI_PRODUCT_NVIDIA_NFORCE4_AC 0x0059 /* nForce4 AC-97 */
#define PCI_PRODUCT_NVIDIA_NFORCE4_USB 0x005a /* nForce4 USB Host Controller */

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcidevs_data.h,v 1.772 2006/03/07 22:12:14 bouyer Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.773 2006/03/09 15:09:13 hamajima Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -2007,6 +2007,10 @@ static const struct pci_vendor pci_vendors[] = {
PCI_VENDOR_HIFN,
"Hifn",
},
{
PCI_VENDOR_EXAR,
"EXAR",
},
{
PCI_VENDOR_3WARE,
"3ware",
@ -2336,7 +2340,7 @@ static const struct pci_vendor pci_vendors[] = {
"INVALID VENDOR ID",
},
};
const int pci_nvendors = 574;
const int pci_nvendors = 575;
static const struct pci_product pci_products[] = {
{
@ -5243,6 +5247,18 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_ES, PCI_PRODUCT_ES_FREEDOM,
"Freedom PCI-GBus Interface",
},
{
PCI_VENDOR_EXAR, PCI_PRODUCT_EXAR_XR17D152,
"dual-channel Universal PCI UART",
},
{
PCI_VENDOR_EXAR, PCI_PRODUCT_EXAR_XR17D154,
"quad-channel Universal PCI UART",
},
{
PCI_VENDOR_EXAR, PCI_PRODUCT_EXAR_XR17D158,
"octal-channel Universal PCI UART",
},
{
PCI_VENDOR_FORE, PCI_PRODUCT_FORE_PCA200,
"ATM PCA-200",
@ -10872,4 +10888,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2133;
const int pci_nproducts = 2136;