Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia PR/17686: Cliff Albert: Dynalink L10C pcmcia ...



details:   https://anonhg.NetBSD.org/src/rev/d112da95a23a
branches:  trunk
changeset: 534373:d112da95a23a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 23 14:11:11 2002 +0000

description:
PR/17686: Cliff Albert: Dynalink L10C pcmcia card is not supported

diffstat:

 sys/dev/pcmcia/if_ne_pcmcia.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 42f9fae020c3 -r d112da95a23a sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c     Tue Jul 23 14:00:16 2002 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c     Tue Jul 23 14:11:11 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ne_pcmcia.c,v 1.93 2002/06/03 01:17:49 jonathan Exp $       */
+/*     $NetBSD: if_ne_pcmcia.c,v 1.94 2002/07/23 14:11:11 christos Exp $       */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.93 2002/06/03 01:17:49 jonathan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.94 2002/07/23 14:11:11 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -463,6 +463,11 @@
       PCMCIA_CIS_NETGEAR_FA411,
       0, -1, { 0x00, 0x40, 0xf4 } },
 
+    { PCMCIA_STR_DYNALINK_L10C,
+      PCMCIA_VENDOR_DYNALINK, PCMCIA_PRODUCT_DYNALINK_L10C,
+      PCMCIA_CIS_DYNALINK_L10C,
+      0, -1, { 0x00, 0x00, 0x00 } },
+
 #if 0
     /* the rest of these are stolen from the linux pcnet pcmcia device
        driver.  Since I don't know the manfid or cis info strings for



Home | Main Index | Thread Index | Old Index