diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ff8024e29ba2..50dbbfad4287 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.780 2006/04/05 20:09:47 nonaka Exp $ */ +/* $NetBSD: pcidevs.h,v 1.781 2006/04/06 04:07:31 simonb Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.779 2006/04/05 20:09:22 nonaka Exp + * NetBSD: pcidevs,v 1.780 2006/04/06 04:06:52 simonb Exp */ /* @@ -1803,6 +1803,9 @@ #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_82571EB_COPPER 0x105e /* i82571EB 1000baseT Ethernet */ +#define PCI_PRODUCT_INTEL_82571EB_FIBER 0x105f /* i82571EB 1000baseX Ethernet */ +#define PCI_PRODUCT_INTEL_82571EB_SERDES 0x1060 /* i82571EB Gigabit Ethernet (SERDES) */ #define PCI_PRODUCT_INTEL_82801FB_LAN 0x1064 /* 82801FB 10/100 Ethernet */ #define PCI_PRODUCT_INTEL_PRO_100_VE_5 0x1068 /* PRO/100 VE (LOM) Network Controller */ #define PCI_PRODUCT_INTEL_82547GI 0x1075 /* i82547GI Gigabit Ethernet */ @@ -1813,9 +1816,6 @@ #define PCI_PRODUCT_INTEL_82546GB_FIBER 0x107a /* i82546GB 1000baseX Ethernet */ #define PCI_PRODUCT_INTEL_82546GB_SERDES 0x107b /* i82546GB Gigabit Ethernet (SERDES) */ #define PCI_PRODUCT_INTEL_82541PI 0x107c /* i82541PI Gigabit Ethernet */ -#define PCI_PRODUCT_INTEL_82571EB_COPPER 0x105e /* i82571EB 1000baseT Ethernet */ -#define PCI_PRODUCT_INTEL_82571EB_FIBER 0x105f /* i82571EB 1000baseX Ethernet */ -#define PCI_PRODUCT_INTEL_82571EB_SERDES 0x1060 /* i82571EB Gigabit Ethernet (SERDES) */ #define PCI_PRODUCT_INTEL_82572EI_COPPER 0x107d /* i82572EI 1000baseT Ethernet */ #define PCI_PRODUCT_INTEL_82572EI_FIBER 0x107e /* i82572EI 1000baseX Ethernet */ #define PCI_PRODUCT_INTEL_82572EI_SERDES 0x107f /* i82572EI Gigabit Ethernet (SERDES) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index eb07680820f8..40d800919929 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.779 2006/04/05 20:09:48 nonaka Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.780 2006/04/06 04:07:31 simonb Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.779 2006/04/05 20:09:22 nonaka Exp + * NetBSD: pcidevs,v 1.780 2006/04/06 04:06:52 simonb Exp */ /* @@ -6087,6 +6087,18 @@ static 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_82571EB_COPPER, + "i82571EB 1000baseT Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82571EB_FIBER, + "i82571EB 1000baseX Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82571EB_SERDES, + "i82571EB Gigabit Ethernet (SERDES)", + }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_LAN, "82801FB 10/100 Ethernet", @@ -6127,18 +6139,6 @@ static const struct pci_product pci_products[] = { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82541PI, "i82541PI Gigabit Ethernet", }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82571EB_COPPER, - "i82571EB 1000baseT Ethernet", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82571EB_FIBER, - "i82571EB 1000baseX Ethernet", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82571EB_SERDES, - "i82571EB Gigabit Ethernet (SERDES)", - }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82572EI_COPPER, "i82572EI 1000baseT Ethernet",