summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorriz <riz@NetBSD.org>2005-05-18 20:34:28 +0000
committerriz <riz@NetBSD.org>2005-05-18 20:34:28 +0000
commit336b3f49dad4b95936b4c32397c8309acff317ef (patch)
tree3d57cfe871c720735b1a36b1863d22bbc3ff8efd /sys/dev
parentd8dda9700a40b0f2ab637f1115fb301649bde90b (diff)
Regen.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5de430d45c0..eb6d4ec8e87 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -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 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index df41a56fd8a..66c3be06a0a 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.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
*/
/*
@@ -5648,6 +5648,10 @@ const struct pci_product pci_products[] = {
"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;