Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Add support for the 3Com/Megahertz 3CCFEM556B...



details:   https://anonhg.NetBSD.org/src/rev/beffcdc73638
branches:  trunk
changeset: 477125:beffcdc73638
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Oct 11 17:49:21 1999 +0000

description:
Add support for the 3Com/Megahertz 3CCFEM556BI 10/100 Ethernet/Modem combo.

diffstat:

 sys/dev/pcmcia/if_ep_pcmcia.c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 4caaf107ea4f -r beffcdc73638 sys/dev/pcmcia/if_ep_pcmcia.c
--- a/sys/dev/pcmcia/if_ep_pcmcia.c     Mon Oct 11 17:48:20 1999 +0000
+++ b/sys/dev/pcmcia/if_ep_pcmcia.c     Mon Oct 11 17:49:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ep_pcmcia.c,v 1.23 1999/08/14 13:43:02 tron Exp $   */
+/*     $NetBSD: if_ep_pcmcia.c,v 1.24 1999/10/11 17:49:21 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -167,6 +167,10 @@
          ELINK_FLAGS_MII,                      0,
          PCMCIA_STR_3COM_3C574 },
 
+       { PCMCIA_PRODUCT_3COM_3CCFEM556BI,      ELINK_CHIPSET_ROADRUNNER,
+         ELINK_FLAGS_MII,                      0,
+         PCMCIA_STR_3COM_3CCFEM556BI },
+
        { 0,                                    0,
          0,                                    0,
          NULL },
@@ -346,6 +350,7 @@
                 */
                /* FALLTHROUGH */
        case PCMCIA_PRODUCT_3COM_3C574:
+       case PCMCIA_PRODUCT_3COM_3CCFEM556BI:
                /*
                 * Apparently, some 3c574s do it this way, as well.
                 */



Home | Main Index | Thread Index | Old Index