Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/pcmcia Pull up revision 1.64 (requested by martin...



details:   https://anonhg.NetBSD.org/src/rev/f8f4fad8447f
branches:  netbsd-3
changeset: 575738:f8f4fad8447f
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 07 23:08:34 2005 +0000

description:
Pull up revision 1.64 (requested by martin in ticket #262):
Add SMC2531W-B EliteConnect Wireless Adapter.
>From Matthias Petermann in PR kern/30001.

diffstat:

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

diffs (28 lines):

diff -r 8aa06150ea2a -r f8f4fad8447f sys/dev/pcmcia/if_wi_pcmcia.c
--- a/sys/dev/pcmcia/if_wi_pcmcia.c     Sat May 07 23:07:19 2005 +0000
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c     Sat May 07 23:08:34 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wi_pcmcia.c,v 1.61 2005/02/27 00:27:43 perry Exp $ */
+/* $NetBSD: if_wi_pcmcia.c,v 1.61.2.1 2005/05/07 23:08:34 tron Exp $ */
 
 /*-
  * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.61 2005/02/27 00:27:43 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.61.2.1 2005/05/07 23:08:34 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -160,6 +160,9 @@
        { PCMCIA_VENDOR_ELSA, PCMCIA_PRODUCT_ELSA_XI800_IEEE,
          PCMCIA_CIS_ELSA_XI800_IEEE },
 
+       { PCMCIA_VENDOR_ELSA, PCMCIA_PRODUCT_ELSA_SMC2531WB,
+         PCMCIA_CIS_ELSA_SMC2531WB },
+
        { PCMCIA_VENDOR_COMPAQ, PCMCIA_PRODUCT_COMPAQ_NC5004,
          PCMCIA_CIS_COMPAQ_NC5004 },
 



Home | Main Index | Thread Index | Old Index