This commit is contained in:
xtraeme 2005-12-08 17:38:34 +00:00
parent d68332fa49
commit 2c3c79e7ab
2 changed files with 20 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.744 2005/12/07 04:44:47 jonathan Exp $ */
/* $NetBSD: pcidevs.h,v 1.745 2005/12/08 17:38:34 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.742 2005/12/07 04:43:05 jonathan Exp
* NetBSD: pcidevs,v 1.743 2005/12/08 17:38:11 xtraeme Exp
*/
/*
@ -813,6 +813,7 @@
/* Addtron Products */
#define PCI_PRODUCT_ADDTRON_8139 0x1360 /* 8139 Ethernet */
#define PCI_PRODUCT_ADDTRON_RHINEII 0x1320 /* Rhine II 10/100 Ethernet */
/* ADMtek products */
#define PCI_PRODUCT_ADMTEK_AL981 0x0981 /* AL981 10/100 Ethernet */
@ -1433,6 +1434,7 @@
/* Delta products */
#define PCI_PRODUCT_DELTA_8139 0x1360 /* 8139 Ethernet */
#define PCI_PRODUCT_DELTA_RHINEII 0x1320 /* Rhine II 10/100 Ethernet */
/* Diamond products */
#define PCI_PRODUCT_DIAMOND_VIPER 0x9001 /* Viper/PCI */
@ -2987,6 +2989,7 @@
#define PCI_PRODUCT_VIATECH_VT82C586_PWR 0x3040 /* VT82C586 Power Management Controller */
#define PCI_PRODUCT_VIATECH_VT3043 0x3043 /* VT3043 (Rhine) 10/100 Ethernet */
#define PCI_PRODUCT_VIATECH_VT6306 0x3044 /* VT6306 IEEE 1394 Host Controller */
#define PCI_PRODUCT_VIATECH_VT6105M 0x3053 /* VT6105M (Rhine III) 10/100 Ethernet */
#define PCI_PRODUCT_VIATECH_VT82C686A_SMB 0x3057 /* VT82C686A SMBus Controller */
#define PCI_PRODUCT_VIATECH_VT82C686A_AC97 0x3058 /* VT82C686A AC-97 Audio Controller */
#define PCI_PRODUCT_VIATECH_VT8233_AC97 0x3059 /* VT8233/VT8235 AC-97 Audio Controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.742 2005/12/07 04:44:47 jonathan Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.743 2005/12/08 17:38:34 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.742 2005/12/07 04:43:05 jonathan Exp
* NetBSD: pcidevs,v 1.743 2005/12/08 17:38:11 xtraeme Exp
*/
/*
@ -2947,6 +2947,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_ADDTRON, PCI_PRODUCT_ADDTRON_8139,
"8139 Ethernet",
},
{
PCI_VENDOR_ADDTRON, PCI_PRODUCT_ADDTRON_RHINEII,
"Rhine II 10/100 Ethernet",
},
{
PCI_VENDOR_ADMTEK, PCI_PRODUCT_ADMTEK_AL981,
"AL981 10/100 Ethernet",
@ -4947,6 +4951,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_8139,
"8139 Ethernet",
},
{
PCI_VENDOR_DELTA, PCI_PRODUCT_DELTA_RHINEII,
"Rhine II 10/100 Ethernet",
},
{
PCI_VENDOR_DIAMOND, PCI_PRODUCT_DIAMOND_VIPER,
"Viper/PCI",
@ -9983,6 +9991,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6306,
"VT6306 IEEE 1394 Host Controller",
},
{
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT6105M,
"VT6105M (Rhine III) 10/100 Ethernet",
},
{
PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VT82C686A_SMB,
"VT82C686A SMBus Controller",
@ -10596,4 +10608,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2067;
const int pci_nproducts = 2070;