This commit is contained in:
riz 2005-05-18 20:34:28 +00:00
parent d8dda9700a
commit 336b3f49da
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.711 2005/05/12 23:12:05 cube Exp $ */
/* $NetBSD: pcidevs.h,v 1.712 2005/05/18 20:34:28 riz Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.710 2005/05/12 23:10:32 cube Exp
* NetBSD: pcidevs,v 1.711 2005/05/18 20:33:46 riz Exp
*/
/*
@ -1688,6 +1688,7 @@
#define PCI_PRODUCT_INTEL_PRO_100_VM_6 0x1050 /* PRO/100 VM Network Controller with 82562ET/EZ PHY */
#define PCI_PRODUCT_INTEL_82801EB_LAN 0x1051 /* 82801EB/ER 10/100 Ethernet */
#define PCI_PRODUCT_INTEL_PRO_100_M 0x1059 /* PRO/100 M Network Controller */
#define PCI_PRODUCT_INTEL_82801FB_LAN 0x1064 /* 82801FB 10/100 Ethernet */
#define PCI_PRODUCT_INTEL_82547GI 0x1075 /* i82547GI Gigabit Ethernet */
#define PCI_PRODUCT_INTEL_82541GI 0x1076 /* i82541GI Gigabit Ethernet */
#define PCI_PRODUCT_INTEL_82541GI_MOBILE 0x1077 /* i82541GI Mobile Gigabit Ethernet */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.709 2005/05/12 23:12:05 cube Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.710 2005/05/18 20:34:28 riz Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.710 2005/05/12 23:10:32 cube Exp
* NetBSD: pcidevs,v 1.711 2005/05/18 20:33:46 riz Exp
*/
/*
@ -5647,6 +5647,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_M,
"PRO/100 M Network Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_LAN,
"82801FB 10/100 Ethernet",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82547GI,
"i82547GI Gigabit Ethernet",
@ -10196,4 +10200,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1969;
const int pci_nproducts = 1970;