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.7:



details:   https://anonhg.NetBSD.org/src/rev/402a2e94d981
branches:  netbsd-1-4
changeset: 469316:402a2e94d981
user:      he <he%NetBSD.org@localhost>
date:      Sun Aug 29 20:59:05 1999 +0000

description:
Pull up revision 1.7:
  Recognize 3c905C-TX card.  (bouyer)

diffstat:

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

diffs (18 lines):

diff -r 2aa20cc0ff98 -r 402a2e94d981 sys/dev/pci/if_ex_pci.c
--- a/sys/dev/pci/if_ex_pci.c   Sun Aug 29 20:58:45 1999 +0000
+++ b/sys/dev/pci/if_ex_pci.c   Sun Aug 29 20:59:05 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ex_pci.c,v 1.5.2.1 1999/06/22 17:14:52 perry Exp $  */
+/*     $NetBSD: if_ex_pci.c,v 1.5.2.2 1999/08/29 20:59:05 he Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -137,6 +137,8 @@
        /* XXX Internal PHY? */
        { PCI_PRODUCT_3COM_3C980SRV,    EX_CONF_90XB|EX_CONF_MII,
          "3c980 Server Adapter 10/100 Ethernet" },
+       { PCI_PRODUCT_3COM_3C905CTX,    EX_CONF_90XB|EX_CONF_MII,
+         "3c905C-TX 10/100 Ethernet with mngmt" },
 
        { 0,                            0,
          NULL },



Home | Main Index | Thread Index | Old Index