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 InBusiness 10/100 E...



details:   https://anonhg.NetBSD.org/src/rev/b965cd95de1b
branches:  trunk
changeset: 483741:b965cd95de1b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Mar 16 23:36:44 2000 +0000

description:
Add product ID for the Intel InBusiness 10/100 Ethernet adapter (which
is an i82559 with a different product ID).

diffstat:

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

diffs (17 lines):

diff -r 3f803c1e2bf4 -r b965cd95de1b sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Mar 16 23:21:05 2000 +0000
+++ b/sys/dev/pci/pcidevs       Thu Mar 16 23:36:44 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.198 2000/03/14 01:45:11 tsarna Exp $
+$NetBSD: pcidevs,v 1.199 2000/03/16 23:36:44 thorpej Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -1004,6 +1004,7 @@
 product INTEL SIO              0x0484  82378ZB System I/O (SIO)
 product INTEL 82426EX          0x0486  82426EX PCI-to-ISA Bridge (PCIB)
 product INTEL PCMC             0x04a3  82434LX/NX PCI, Cache and Memory Controller (PCMC)
+product INTEL IN_BUSINESS      0x1030  InBusiness Fast Ethernet LAN Controller
 product INTEL 82092AA          0x1222  82092AA IDE controller
 product INTEL SAA7116          0x1223  SAA7116
 product INTEL 82596            0x1226  82596 LAN Controller



Home | Main Index | Thread Index | Old Index