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 LINKSYS Instant Wireless Netw...
details: https://anonhg.NetBSD.org/src/rev/54a3a6bd95e4
branches: trunk
changeset: 526640:54a3a6bd95e4
user: onoe <onoe%NetBSD.org@localhost>
date: Tue May 07 09:39:52 2002 +0000
description:
Add support for LINKSYS Instant Wireless Network CF Card
diffstat:
sys/dev/pcmcia/if_wi_pcmcia.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 096b653ad3af -r 54a3a6bd95e4 sys/dev/pcmcia/if_wi_pcmcia.c
--- a/sys/dev/pcmcia/if_wi_pcmcia.c Tue May 07 09:37:28 2002 +0000
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c Tue May 07 09:39:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wi_pcmcia.c,v 1.17 2002/04/15 15:05:59 onoe Exp $ */
+/* $NetBSD: if_wi_pcmcia.c,v 1.18 2002/05/07 09:39:52 onoe 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.17 2002/04/15 15:05:59 onoe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.18 2002/05/07 09:39:52 onoe Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -242,6 +242,11 @@
PCMCIA_CIS_SYMBOL_LA4100,
PCMCIA_STR_SYMBOL_LA4100 },
+ { PCMCIA_VENDOR_LINKSYS2,
+ PCMCIA_PRODUCT_LINKSYS2_WCF11,
+ PCMCIA_CIS_LINKSYS2_WCF11,
+ PCMCIA_STR_LINKSYS2_WCF11 },
+
{ 0,
0,
{ NULL, NULL, NULL, NULL },
Home |
Main Index |
Thread Index |
Old Index