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.10 (requested by mycroft):



details:   https://anonhg.NetBSD.org/src/rev/95061fcaf19b
branches:  netbsd-1-4
changeset: 470046:95061fcaf19b
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 15 17:30:11 2000 +0000

description:
Pull up revision 1.10 (requested by mycroft):
  Make the 3c980 actually work.

diffstat:

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

diffs (18 lines):

diff -r df9d0783a1e2 -r 95061fcaf19b sys/dev/pci/if_ex_pci.c
--- a/sys/dev/pci/if_ex_pci.c   Sat Jan 15 17:27:52 2000 +0000
+++ b/sys/dev/pci/if_ex_pci.c   Sat Jan 15 17:30:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ex_pci.c,v 1.5.2.2 1999/08/29 20:59:05 he Exp $     */
+/*     $NetBSD: if_ex_pci.c,v 1.5.2.3 2000/01/15 17:30:11 he Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -135,7 +135,7 @@
          "3c905B-FX 10/100 Ethernet" },
 
        /* XXX Internal PHY? */
-       { PCI_PRODUCT_3COM_3C980SRV,    EX_CONF_90XB|EX_CONF_MII,
+       { PCI_PRODUCT_3COM_3C980SRV,    EX_CONF_90XB,
          "3c980 Server Adapter 10/100 Ethernet" },
        { PCI_PRODUCT_3COM_3C905CTX,    EX_CONF_90XB|EX_CONF_MII,
          "3c905C-TX 10/100 Ethernet with mngmt" },



Home | Main Index | Thread Index | Old Index