Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add PCI ids for Intel Pro/1000 PT PCI-Express gi...



details:   https://anonhg.NetBSD.org/src/rev/0dbf2775318c
branches:  trunk
changeset: 584872:0dbf2775318c
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Wed Oct 05 00:43:58 2005 +0000

description:
Add PCI ids for Intel Pro/1000 PT PCI-Express gigabit ethernet controllers:
82571EB 2-port, 82572EI single-port, both in copper, fibre, and SERDES versions,
and 82573 embedded chip.

diffstat:

 sys/dev/pci/pcidevs |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r a5528f6a091b -r 0dbf2775318c sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Oct 04 23:00:34 2005 +0000
+++ b/sys/dev/pci/pcidevs       Wed Oct 05 00:43:58 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.732 2005/09/04 19:42:26 tron Exp $
+$NetBSD: pcidevs,v 1.733 2005/10/05 00:43:58 jonathan Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1718,6 +1718,15 @@
 product INTEL 82546GB_FIBER    0x107a  i82546GB 1000baseX Ethernet
 product INTEL 82546GB_SERDES   0x107b  i82546GB Gigabit Ethernet (SERDES)
 product INTEL 82541PI          0x107c  i82541PI Gigabit Ethernet
+product INTEL 82571EB_COPPER   0x105e  i82571EB 1000baseT Ethernet
+product INTEL 82571EB_FIBER    0x105f  i82571EB 1000baseX Ethernet
+product INTEL 82571EB_SERDES   0x1060  i82571EB Gigabit Ethernet (SERDES)
+product INTEL 82572EI_COPPER   0x107d  i82572EI 1000baseT Ethernet
+product INTEL 82572EI_FIBER    0x107e  i82572EI 1000baseX Ethernet
+product INTEL 82572EI_SERDES   0x107f  i82572EI Gigabit Ethernet (SERDES)
+product INTEL 82573E           0x108b  i82573E Gigabit Ethernet
+product INTEL 82573E_IAMT      0x108c  i82573E Gigabit Ethernet
+product INTEL 82573L           0x109a  i82573L Gigabit Ethernet
 product INTEL 82815_DC100_HUB  0x1100  82815 Hub
 product INTEL 82815_DC100_AGP  0x1101  82815 AGP
 product INTEL 82815_DC100_GRAPH        0x1102  82815 Graphics



Home | Main Index | Thread Index | Old Index