Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Clean up Intel i8254x product names, and add i82...



details:   https://anonhg.NetBSD.org/src/rev/73cd6c6d07a9
branches:  trunk
changeset: 533799:73cd6c6d07a9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 09 19:43:03 2002 +0000

description:
Clean up Intel i8254x product names, and add i82540, i82545, and i82546
product IDs.

diffstat:

 sys/dev/pci/pcidevs |  21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 57df2918821b -r 73cd6c6d07a9 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Jul 09 19:21:03 2002 +0000
+++ b/sys/dev/pci/pcidevs       Tue Jul 09 19:43:03 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.450 2002/07/07 19:48:41 augustss Exp $
+$NetBSD: pcidevs,v 1.451 2002/07/09 19:43:03 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1320,13 +1320,18 @@
 product INTEL 80960RM          0x0962  i960 RM PCI-PCI
 product INTEL 80960RN          0x0964  i960 RN PCI-PCI
 product INTEL 82542            0x1000  i82452 Gigabit Ethernet
-product INTEL 82543_FIBER      0x1001  i82453 Gigabit Ethernet (1000BASE-X)
-product INTEL 82543_SC         0x1003  i82453-SC Gigabit Ethernet
-product INTEL 82543_COPPER     0x1004  i82543 Gigabit Ethernet (1000BASE-T)
-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 82543GC_FIBER    0x1001  i82453GC Gigabit Ethernet (1000BASE-X)
+product INTEL 82543GC_COPPER   0x1004  i82543GC Gigabit Ethernet (1000BASE-T)
+product INTEL 82544EI_COPPER   0x1008  i82544EI Gigabit Ethernet (1000BASE-T)
+product INTEL 82544EI_FIBER    0x1009  i82544EI Gigabit Ethernet (1000BASE-X)
+product INTEL 82544GC_COPPER   0x100c  i82544GC Gigabit Ethernet (1000BASE-T)
+product INTEL 82544GC_LOM      0x100d  i82544GC (LOM) Gigabit Ethernet
+product INTEL 82540EM          0x100e  i82540EM Gigabit Ethernet (1000BASE-T)
+product INTEL 82545EM_COPPER   0x100f  i82545EM Gigabit Ethernet (1000BASE-T)
+product INTEL 82546EB_COPPER   0x1010  i82546EB Gigabit Ethernet (1000BASE-T)
+product INTEL 82545EM_FIBER    0x1011  i82545EM Gigabit Ethernet (1000BASE-X)
+product INTEL 82546EB_FIBER    0x1012  i82546EB Gigabit Ethernet (1000BASE-X)
+product INTEL 82540EM_LOM      0x1015  i82540EM (LOM) Gigabit Ethernet
 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