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 the product ID used for the i82546EB chips p...



details:   https://anonhg.NetBSD.org/src/rev/c9f2d6c5e04f
branches:  trunk
changeset: 550088:c9f2d6c5e04f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 29 19:46:56 2003 +0000

description:
Add the product ID used for the i82546EB chips present on the
Intel PRO/1000 MT Quad Port Server Adapter.

diffstat:

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

diffs (17 lines):

diff -r 1ec2329704c6 -r c9f2d6c5e04f sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Jul 29 19:25:02 2003 +0000
+++ b/sys/dev/pci/pcidevs       Tue Jul 29 19:46:56 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.558 2003/07/29 07:42:51 martin Exp $
+$NetBSD: pcidevs,v 1.559 2003/07/29 19:46:56 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1460,6 +1460,7 @@
 product INTEL 82540EP_LOM      0x1016  i82540EP (LOM) Gigabit Ethernet
 product INTEL 82540EP          0x1017  i82540EP Gigabit Ethernet
 product INTEL 82547EI          0x1019  i82547EI Gigabit Ethernet
+product INTEL 82546EB_QUAD     0x101d  i82546EB Gigabit Ethernet (1000BASE-T)
 product INTEL 82540EP_LP       0x101e  i82540EP Gigabit Ethernet
 product INTEL IN_BUSINESS      0x1030  InBusiness Fast Ethernet LAN Controller
 product INTEL PRO_100_VE_0     0x1031  PRO/100 VE Network Controller



Home | Main Index | Thread Index | Old Index