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 product ID for the Intel i82544GC 64-bit var...



details:   https://anonhg.NetBSD.org/src/rev/f93633647987
branches:  trunk
changeset: 521335:f93633647987
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 28 19:55:15 2002 +0000

description:
Add product ID for the Intel i82544GC 64-bit variant.

diffstat:

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

diffs (17 lines):

diff -r fbc6031373c4 -r f93633647987 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Jan 28 19:44:03 2002 +0000
+++ b/sys/dev/pci/pcidevs       Mon Jan 28 19:55:15 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.394 2002/01/26 22:40:46 tron Exp $
+$NetBSD: pcidevs,v 1.395 2002/01/28 19:55:15 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1247,6 +1247,7 @@
 product INTEL 82544_XT         0x1008  i82544 Gigabit Ethernet (1000BASE-T)
 product INTEL 82544_XF         0x1009  i82544 Gigabit Ethernet (1000BASE-X)
 product INTEL 82544GC          0x100c  i82544GC Gigabit Ethernet (1000BASE-T)
+product INTEL 82544GC_64       0x100d  i82544GC (64-bit) Gigabit Ethernet (1000BASE-T)
 product INTEL IN_BUSINESS      0x1030  InBusiness Fast Ethernet LAN Controller
 product INTEL PRO_100_VE_0     0x1031  PRO/100 VE Network Controller
 product INTEL PRO_100_VE_1     0x1032  PRO/100 VE Network Controller



Home | Main Index | Thread Index | Old Index