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 pullup 1.5->1.6 (fvdl): recognize another 3...



details:   https://anonhg.NetBSD.org/src/rev/a502bd27fa12
branches:  netbsd-1-4
changeset: 468896:a502bd27fa12
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 17:14:52 1999 +0000

description:
pullup 1.5->1.6 (fvdl): recognize another 390xB card

diffstat:

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

diffs (18 lines):

diff -r 3542412a197b -r a502bd27fa12 sys/dev/pci/if_ex_pci.c
--- a/sys/dev/pci/if_ex_pci.c   Tue Jun 22 17:13:57 1999 +0000
+++ b/sys/dev/pci/if_ex_pci.c   Tue Jun 22 17:14:52 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ex_pci.c,v 1.5 1999/02/20 07:07:07 ross Exp $       */
+/*     $NetBSD: if_ex_pci.c,v 1.5.2.1 1999/06/22 17:14:52 perry Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -124,6 +124,8 @@
          "3c900B-TPO Ethernet" },
        { PCI_PRODUCT_3COM_3C900BCOMBO, EX_CONF_90XB,
          "3c900B-COMBO Ethernet" },
+       { PCI_PRODUCT_3COM_3C900BTPC,   EX_CONF_90XB,
+         "3c900B-TPC Ethernet" },
 
        { PCI_PRODUCT_3COM_3C905BTX,    EX_CONF_90XB|EX_CONF_MII|EX_CONF_INTPHY,
          "3c905B-TX 10/100 Ethernet" },



Home | Main Index | Thread Index | Old Index