summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-04-23 20:52:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-04-23 20:52:36 +0000
commitfa81775cd492b3b9858189b2137efcd330f2fcbd (patch)
tree5b9fad8cd9e0f9de115717f4ad0dfcc4b28bf791
parenta61d68996bf09c78c4c360c3cc7a1641699dc859 (diff)
The Linksys WPC11 uses the Lucent Wavelan vendor and product IDs but
it is a Prism2 card. We add fake entries in pcmciadevs and the wi_pcmcia_product list so that it gets treated as Prism2.
-rw-r--r--sys/dev/pcmcia/if_wi.c10
-rw-r--r--sys/dev/pcmcia/pcmciadevs3
2 files changed, 10 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_wi.c b/sys/dev/pcmcia/if_wi.c
index 46e8cb5a720..65529dddd6d 100644
--- a/sys/dev/pcmcia/if_wi.c
+++ b/sys/dev/pcmcia/if_wi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi.c,v 1.30 2001/04/08 21:44:36 mickey Exp $ */
+/* $OpenBSD: if_wi.c,v 1.31 2001/04/23 20:52:35 millert Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -133,7 +133,7 @@ u_int32_t widebug = WIDEBUG;
#if !defined(lint) && !defined(__OpenBSD__)
static const char rcsid[] =
- "$OpenBSD: if_wi.c,v 1.30 2001/04/08 21:44:36 mickey Exp $";
+ "$OpenBSD: if_wi.c,v 1.31 2001/04/23 20:52:35 millert Exp $";
#endif /* lint */
#ifdef foo
@@ -290,6 +290,12 @@ static const struct wi_pcmcia_product {
"I-O DATA WN-B11/PCM",
1 },
+ { PCMCIA_VENDOR_LINKSYS,
+ PCMCIA_PRODUCT_LINKSYS_WPC11,
+ PCMCIA_CIS_LINKSYS_WPC11,
+ "Linksys WPC11",
+ 1 },
+
{ 0,
0,
{ NULL, NULL, NULL, NULL },
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs
index 0c7c822820b..19fb870b7f2 100644
--- a/sys/dev/pcmcia/pcmciadevs
+++ b/sys/dev/pcmcia/pcmciadevs
@@ -1,4 +1,4 @@
- $OpenBSD: pcmciadevs,v 1.58 2001/04/18 14:58:28 aaron Exp $
+ $OpenBSD: pcmciadevs,v 1.59 2001/04/23 20:52:35 millert Exp $
/* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */
/*
@@ -357,6 +357,7 @@ product NETGEAR FA410TX { "NETGEAR", "FA410TX", "Fast&spEthernet", NULL}
product COREGA WIRELESS_LAN_PCCA_11 { "corega&spK.K.", "Wireless&spLAN&spPCCA-11", NULL, NULL }
product INTERSIL PRISM2 { "INTERSIL", "HFA384x/IEEE", "Version&sp01.02", NULL }
product ADDTRON AWP100 { "Addtron", "AWP-100&spWireless&spPCMCIA", "Version&sp01.02", NULL }
+product LINKSYS WPC11 { "OEM", "PRISM2&spIEEE&sp802.11&spPC-Card", "Version&sp01.02", NULL }
product NEC CMZ_RT_WP { "NEC", "Wireless&spCard&spCMZ-RT-WP", "Version&sp01.01", NULL }
product NTT_ME WLAN { "NTT-ME", "11Mbps&spWireless&spLAN&spPC&spCard", NULL, NULL }
product SMC 2632W { "SMC", "SMC2632W", "Version&sp01.02", NULL }