Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pcmcia Pull up revision 1.21 (requested by mycr...



details:   https://anonhg.NetBSD.org/src/rev/a7fe6fc6f236
branches:  netbsd-1-6
changeset: 527667:a7fe6fc6f236
user:      tv <tv%NetBSD.org@localhost>
date:      Fri May 31 16:20:38 2002 +0000

description:
Pull up revision 1.21 (requested by mycroft in ticket #108):
Support Nortel e-Mobility cards.

diffstat:

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

diffs (30 lines):

diff -r db0c78399d45 -r a7fe6fc6f236 sys/dev/pcmcia/if_wi_pcmcia.c
--- a/sys/dev/pcmcia/if_wi_pcmcia.c     Fri May 31 16:00:34 2002 +0000
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c     Fri May 31 16:20:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wi_pcmcia.c,v 1.19 2002/05/20 00:51:29 thorpej Exp $ */
+/* $NetBSD: if_wi_pcmcia.c,v 1.19.2.1 2002/05/31 16:20:38 tv Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.19 2002/05/20 00:51:29 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.19.2.1 2002/05/31 16:20:38 tv Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -252,6 +252,11 @@
          PCMCIA_CIS_LINKSYS2_WCF11,
          PCMCIA_STR_LINKSYS2_WCF11 },
 
+       { PCMCIA_VENDOR_BAY,
+         PCMCIA_PRODUCT_BAY_EMOBILITY_11B,
+         PCMCIA_CIS_BAY_EMOBILITY_11B,
+         PCMCIA_STR_BAY_EMOBILITY_11B },
+
        { 0,
          0,
          { NULL, NULL, NULL, NULL },



Home | Main Index | Thread Index | Old Index