Module Name:    src
Committed By:   msaitoh
Date:           Tue Feb 16 10:10:04 UTC 2010

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
Add entries for 82576 and 82580


To generate a diff of this commit:
cvs rdiff -u -r1.1022 -r1.1023 src/sys/dev/pci/pcidevs

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
diff -u src/sys/dev/pci/pcidevs:1.1022 src/sys/dev/pci/pcidevs:1.1023
--- src/sys/dev/pci/pcidevs:1.1022	Tue Feb  9 23:13:09 2010
+++ src/sys/dev/pci/pcidevs	Tue Feb 16 10:10:04 2010
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1022 2010/02/09 23:13:09 hubertf Exp $
+$NetBSD: pcidevs,v 1.1023 2010/02/16 10:10:04 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2323,6 +2323,7 @@
 product INTEL 82801I_IFE_GT	0x10c3	82801I (GT) LAN Controller
 product INTEL 82801H_IFE_GT 	0x10c4	i82801H IFE (GT) LAN Controller
 product INTEL 82801H_IFE_G 	0x10c5	i82801H IFE (G) LAN Controller
+product INTEL 82576_COPPER	0x10c9	82576 1000BaseT Ethernet 	
 product INTEL 82801H_IGP_M_V 	0x10cb	i82801H IGP (MV) LAN Controller
 product INTEL 82801J_R_BM_LM	0x10cc	i82567LM-2 LAN Controller
 product INTEL 82801J_R_BM_LF	0x10cd	i82567LF-2 LAN Controller
@@ -2333,6 +2334,9 @@
 product INTEL 82801J_D_BM_LF	0x10df	i82567LF-3 LAN Controller
 product INTEL 82575GB_QUAD_COPPER_PM 0x10e2 i82575GB Quad-1000baseT Ethernet (PM)
 product INTEL 82801I_BM		0x10e5	i82567LM-4 LAN Controller
+product INTEL 82576_FIBER 	0x10e6	82576 1000BaseX Ethernet
+product INTEL 82576_SERDES 	0x10e7	82576 gigabit Ethernet (SERDES)
+product INTEL 82576_QUAD_COPPER	0x10e8	82576 quad-1000BaseT Ethernet
 product INTEL PCH_M_LM		0x10ea	PCH LAN (82577LM) Controller
 product INTEL PCH_M_LC		0x10eb	PCH LAN (82577LC) Controller
 product INTEL PCH_D_DM		0x10ef	PCH LAN (82578DM) Controller
@@ -2373,6 +2377,16 @@
 product INTEL 82870P2_HPLUG	0x1462	82870P2 P64H2 Hot Plug Controller
 product INTEL 82801I_82567V_3	0x1501	i82567V-3 LAN Controller
 product INTEL 82583V		0x150c	i82583V 1000baseT Ethernet
+product INTEL 82576_NS 		0x150a	82576 gigabit Ethernet
+product INTEL 82576_SERDES_QUAD	0x150d	82576 quad-gigabit Ethernet (SERDES)
+product INTEL 82580_COPPER 	0x150e	82580 1000BaseT Ethernet
+product INTEL 82580_FIBER 	0x150f	82580 1000BaseX Ethernet
+product INTEL 82580_SERDES 	0x1510	82580 1000BaseT Ethernet (SERDES)
+product INTEL 82580_SGMII 	0x1511	82580 gigabit Ethernet (SGMII)
+product INTEL 82580_COPPER_DUAL	0x1516	82580 dual-1000BaseT Ethernet
+product INTEL 82576_NS_SERDES 	0x1518	82576 gigabit Ethernet (SERDES)
+product INTEL 82580_ER 		0x151d	82580 1000BaseT Ethernet
+product INTEL 82580_ER_DUAL 	0x151e	82580 dual-1000BaseT Ethernet
 product INTEL 80960_RP		0x1960	ROB-in i960RP Microprocessor
 product INTEL 80960RM_2		0x1962	i960 RM PCI-PCI
 product INTEL 82840_HB		0x1a21	82840 Host

Reply via email to