Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Contec FLEXLAN/FX-DS110-PCC work



details:   https://anonhg.NetBSD.org/src/rev/f92994fd48b3
branches:  trunk
changeset: 503036:f92994fd48b3
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Mon Jan 29 11:26:28 2001 +0000

description:
Contec FLEXLAN/FX-DS110-PCC work
reported by Shingo WATANABE(nabe%nabechan.org@localhost)

diffstat:

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

diffs (22 lines):

diff -r 503caa54fe51 -r f92994fd48b3 sys/dev/pcmcia/if_wi.c
--- a/sys/dev/pcmcia/if_wi.c    Mon Jan 29 11:23:43 2001 +0000
+++ b/sys/dev/pcmcia/if_wi.c    Mon Jan 29 11:26:28 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wi.c,v 1.53 2001/01/28 07:18:40 ichiro Exp $        */
+/*     $NetBSD: if_wi.c,v 1.54 2001/01/29 11:26:28 ichiro Exp $        */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -239,6 +239,12 @@
          PCMCIA_STR_COMPAQ_NC5004,
          1 },
 
+       { PCMCIA_VENDOR_CONTEC,
+         PCMCIA_PRODUCT_CONTEC_FX_DS110_PCC,
+         PCMCIA_CIS_CONTEC_FX_DS110_PCC,
+         PCMCIA_STR_CONTEC_FX_DS110_PCC,
+         1 },
+
        { 0,
          0,
          { NULL, NULL, NULL, NULL },



Home | Main Index | Thread Index | Old Index