Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/pci Pull up revision 1.247 (requested by billc):



details:   https://anonhg.NetBSD.org/src/rev/7c671128b1cb
branches:  netbsd-1-4
changeset: 470903:7c671128b1cb
user:      he <he%NetBSD.org@localhost>
date:      Mon Sep 11 20:08:43 2000 +0000

description:
Pull up revision 1.247 (requested by billc):
  Recognize 3Com's Home Connect (3c450) and Office Connect (3cSOHO100)
  Ethernet cards.

diffstat:

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

diffs (22 lines):

diff -r ca6dc959c755 -r 7c671128b1cb sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Sep 11 20:08:24 2000 +0000
+++ b/sys/dev/pci/pcidevs       Mon Sep 11 20:08:43 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.113.2.11 2000/07/23 17:55:47 he Exp $
+$NetBSD: pcidevs,v 1.113.2.12 2000/09/11 20:08:43 he Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -534,10 +534,12 @@
 
 /* 3COM Products */
 product 3COM 3C985     0x0001  3c985 Gigabit Ethernet
+product 3COM 3C450TX   0x4500  3c450-TX 10/100 Ethernet
 product 3COM 3C590     0x5900  3c590 Ethernet
 product 3COM 3C595TX   0x5950  3c595-TX 10/100 Ethernet
 product 3COM 3C595T4   0x5951  3c595-T4 10/100 Ethernet
 product 3COM 3C595MII  0x5952  3c595-MII 10/100 Ethernet
+product 3COM 3CSOHO100TX 0x7646 3cSOHO100-TX 10/100 Ethernet
 product        3COM 3C900TPO   0x9000  3c900-TPO Ethernet
 product        3COM 3C900COMBO 0x9001  3c900-COMBO Ethernet
 product        3COM 3C905TX    0x9050  3c905-TX 10/100 Ethernet



Home | Main Index | Thread Index | Old Index