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.13 (requested by billc):



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

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

diffstat:

 sys/dev/pci/if_ex_pci.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 677927007138 -r ca6dc959c755 sys/dev/pci/if_ex_pci.c
--- a/sys/dev/pci/if_ex_pci.c   Mon Sep 11 11:12:54 2000 +0000
+++ b/sys/dev/pci/if_ex_pci.c   Mon Sep 11 20:08:24 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ex_pci.c,v 1.5.2.3 2000/01/15 17:30:11 he Exp $     */
+/*     $NetBSD: if_ex_pci.c,v 1.5.2.4 2000/09/11 20:08:24 he Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -140,6 +140,12 @@
        { PCI_PRODUCT_3COM_3C905CTX,    EX_CONF_90XB|EX_CONF_MII,
          "3c905C-TX 10/100 Ethernet with mngmt" },
 
+       { PCI_PRODUCT_3COM_3C450TX,             EX_CONF_90XB,
+         "3c450-TX 10/100 Ethernet" },
+
+       { PCI_PRODUCT_3COM_3CSOHO100TX, EX_CONF_90XB,
+         "3cSOHO100-TX 10/100 Ethernet" },
+
        { 0,                            0,
          NULL },
 };



Home | Main Index | Thread Index | Old Index