Module Name: src Committed By: riz Date: Fri Nov 19 23:45:11 UTC 2010
Modified Files: src/sys/dev/pci [netbsd-5]: pcidevs.h pcidevs_data.h Log Message: Regen for ticket #1358. To generate a diff of this commit: cvs rdiff -u -r1.963.4.11 -r1.963.4.12 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.962.4.11 -r1.962.4.12 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/pcidevs.h diff -u src/sys/dev/pci/pcidevs.h:1.963.4.11 src/sys/dev/pci/pcidevs.h:1.963.4.12 --- src/sys/dev/pci/pcidevs.h:1.963.4.11 Sun Mar 28 15:07:24 2010 +++ src/sys/dev/pci/pcidevs.h Fri Nov 19 23:44:59 2010 @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.963.4.11 2010/03/28 15:07:24 snj Exp $ */ +/* $NetBSD: pcidevs.h,v 1.963.4.12 2010/11/19 23:44:59 riz Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.962.4.11 2010/03/28 15:03:22 snj Exp + * NetBSD: pcidevs,v 1.962.4.12 2010/11/19 23:40:28 riz Exp */ /* @@ -2224,6 +2224,7 @@ #define PCI_PRODUCT_INTEL_82801I_IFE_GT 0x10c3 /* 82801I (GT) LAN Controller */ #define PCI_PRODUCT_INTEL_82801H_IFE_GT 0x10c4 /* i82801H IFE (GT) LAN Controller */ #define PCI_PRODUCT_INTEL_82801H_IFE_G 0x10c5 /* i82801H IFE (G) LAN Controller */ +#define PCI_PRODUCT_INTEL_82576_COPPER 0x10c9 /* 82576 1000BaseT Ethernet */ #define PCI_PRODUCT_INTEL_82801H_IGP_M_V 0x10cb /* i82801H IGP (MV) LAN Controller */ #define PCI_PRODUCT_INTEL_82801J_R_BM_LM 0x10cc /* i82567LM-2 LAN Controller */ #define PCI_PRODUCT_INTEL_82801J_R_BM_LF 0x10cd /* i82567LF-2 LAN Controller */ @@ -2234,6 +2235,9 @@ #define PCI_PRODUCT_INTEL_82801J_D_BM_LF 0x10df /* i82567LF-3 LAN Controller */ #define PCI_PRODUCT_INTEL_82575GB_QUAD_COPPER_PM 0x10e2 /* i82575GB Quad-1000baseT Ethernet (PM) */ #define PCI_PRODUCT_INTEL_82801I_BM 0x10e5 /* i82567LM-4 LAN Controller */ +#define PCI_PRODUCT_INTEL_82576_FIBER 0x10e6 /* 82576 1000BaseX Ethernet */ +#define PCI_PRODUCT_INTEL_82576_SERDES 0x10e7 /* 82576 gigabit Ethernet (SERDES) */ +#define PCI_PRODUCT_INTEL_82576_QUAD_COPPER 0x10e8 /* 82576 quad-1000BaseT Ethernet */ #define PCI_PRODUCT_INTEL_PCH_M_LM 0x10ea /* PCH LAN (82577LM) Controller */ #define PCI_PRODUCT_INTEL_PCH_M_LC 0x10eb /* PCH LAN (82577LC) Controller */ #define PCI_PRODUCT_INTEL_PCH_D_DM 0x10ef /* PCH LAN (82578DM) Controller */ @@ -2274,6 +2278,16 @@ #define PCI_PRODUCT_INTEL_82870P2_HPLUG 0x1462 /* 82870P2 P64H2 Hot Plug Controller */ #define PCI_PRODUCT_INTEL_82801I_82567V_3 0x1501 /* i82567V-3 LAN Controller */ #define PCI_PRODUCT_INTEL_82583V 0x150c /* i82583V 1000baseT Ethernet */ +#define PCI_PRODUCT_INTEL_82576_NS 0x150a /* 82576 gigabit Ethernet */ +#define PCI_PRODUCT_INTEL_82576_SERDES_QUAD 0x150d /* 82576 quad-gigabit Ethernet (SERDES) */ +#define PCI_PRODUCT_INTEL_82580_COPPER 0x150e /* 82580 1000BaseT Ethernet */ +#define PCI_PRODUCT_INTEL_82580_FIBER 0x150f /* 82580 1000BaseX Ethernet */ +#define PCI_PRODUCT_INTEL_82580_SERDES 0x1510 /* 82580 1000BaseT Ethernet (SERDES) */ +#define PCI_PRODUCT_INTEL_82580_SGMII 0x1511 /* 82580 gigabit Ethernet (SGMII) */ +#define PCI_PRODUCT_INTEL_82580_COPPER_DUAL 0x1516 /* 82580 dual-1000BaseT Ethernet */ +#define PCI_PRODUCT_INTEL_82576_NS_SERDES 0x1518 /* 82576 gigabit Ethernet (SERDES) */ +#define PCI_PRODUCT_INTEL_82580_ER 0x151d /* 82580 1000BaseT Ethernet */ +#define PCI_PRODUCT_INTEL_82580_ER_DUAL 0x151e /* 82580 dual-1000BaseT Ethernet */ #define PCI_PRODUCT_INTEL_80960_RP 0x1960 /* ROB-in i960RP Microprocessor */ #define PCI_PRODUCT_INTEL_80960RM_2 0x1962 /* i960 RM PCI-PCI */ #define PCI_PRODUCT_INTEL_82840_HB 0x1a21 /* 82840 Host */ Index: src/sys/dev/pci/pcidevs_data.h diff -u src/sys/dev/pci/pcidevs_data.h:1.962.4.11 src/sys/dev/pci/pcidevs_data.h:1.962.4.12 --- src/sys/dev/pci/pcidevs_data.h:1.962.4.11 Sun Mar 28 15:07:24 2010 +++ src/sys/dev/pci/pcidevs_data.h Fri Nov 19 23:44:59 2010 @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.962.4.11 2010/03/28 15:07:24 snj Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.962.4.12 2010/11/19 23:44:59 riz Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.962.4.11 2010/03/28 15:03:22 snj Exp + * NetBSD: pcidevs,v 1.962.4.12 2010/11/19 23:40:28 riz Exp */ /* @@ -7724,6 +7724,10 @@ "i82801H IFE (G) LAN Controller", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82576_COPPER, + "82576 1000BaseT Ethernet", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_IGP_M_V, "i82801H IGP (MV) LAN Controller", }, @@ -7764,6 +7768,18 @@ "i82567LM-4 LAN Controller", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82576_FIBER, + "82576 1000BaseX Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82576_SERDES, + "82576 gigabit Ethernet (SERDES)", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82576_QUAD_COPPER, + "82576 quad-1000BaseT Ethernet", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PCH_M_LM, "PCH LAN (82577LM) Controller", }, @@ -7924,6 +7940,46 @@ "i82583V 1000baseT Ethernet", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82576_NS, + "82576 gigabit Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82576_SERDES_QUAD, + "82576 quad-gigabit Ethernet (SERDES)", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_COPPER, + "82580 1000BaseT Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_FIBER, + "82580 1000BaseX Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_SERDES, + "82580 1000BaseT Ethernet (SERDES)", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_SGMII, + "82580 gigabit Ethernet (SGMII)", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_COPPER_DUAL, + "82580 dual-1000BaseT Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82576_NS_SERDES, + "82576 gigabit Ethernet (SERDES)", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_ER, + "82580 1000BaseT Ethernet", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82580_ER_DUAL, + "82580 dual-1000BaseT Ethernet", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80960_RP, "ROB-in i960RP Microprocessor", }, @@ -14824,4 +14880,4 @@ "Video Controller", }, }; -const int pci_nproducts = 3105; +const int pci_nproducts = 3119;