Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove EX_CONF_MII for the 3c980. At least 2 pe...



details:   https://anonhg.NetBSD.org/src/rev/fe20891d8828
branches:  trunk
changeset: 480486:fe20891d8828
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Jan 13 23:26:35 2000 +0000

description:
Remove EX_CONF_MII for the 3c980.  At least 2 people need this for the card
to work.

diffstat:

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

diffs (18 lines):

diff -r cbd793a61164 -r fe20891d8828 sys/dev/pci/if_ex_pci.c
--- a/sys/dev/pci/if_ex_pci.c   Thu Jan 13 21:55:36 2000 +0000
+++ b/sys/dev/pci/if_ex_pci.c   Thu Jan 13 23:26:35 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ex_pci.c,v 1.9 1999/11/30 19:16:51 drochner Exp $   */
+/*     $NetBSD: if_ex_pci.c,v 1.10 2000/01/13 23:26:35 mycroft Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -137,7 +137,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