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.25 (requested by abs ...
details: https://anonhg.NetBSD.org/src/rev/f16ca9932398
branches: netbsd-1-6
changeset: 529415:f16ca9932398
user: tron <tron%NetBSD.org@localhost>
date: Tue Nov 19 21:28:34 2002 +0000
description:
Pull up revision 1.25 (requested by abs in ticket #971):
Support this device, which is evidently a rebadged GEMTEK WLAN which we
already support under another name:
wi0 at pcmcia0 function 0: NETGEAR MA401RA Wireless PC, Card, ISL37300PEval-RevA
wi0: 802.11 address <whatever>
wi0: using RF:PRISM2.5 MAC:ISL3873B(PCMCIA)
wi0: Intersil Firmware: Primary (1.0.7), Station (1.3.6)
diffstat:
sys/dev/pcmcia/if_wi_pcmcia.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 9257b499f696 -r f16ca9932398 sys/dev/pcmcia/if_wi_pcmcia.c
--- a/sys/dev/pcmcia/if_wi_pcmcia.c Tue Nov 19 21:21:50 2002 +0000
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c Tue Nov 19 21:28:34 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wi_pcmcia.c,v 1.19.2.3 2002/06/18 14:31:26 lukem Exp $ */
+/* $NetBSD: if_wi_pcmcia.c,v 1.19.2.4 2002/11/19 21:28:34 tron 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.2.3 2002/06/18 14:31:26 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.19.2.4 2002/11/19 21:28:34 tron Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -227,6 +227,11 @@
PCMCIA_CIS_EMTAC_WLAN,
PCMCIA_STR_EMTAC_WLAN },
+ { PCMCIA_VENDOR_NETGEAR_2,
+ PCMCIA_PRODUCT_NETGEAR_2_MA401,
+ PCMCIA_CIS_NETGEAR_2_MA401,
+ PCMCIA_STR_NETGEAR_2_MA401 },
+
{ PCMCIA_VENDOR_INTERSIL,
PCMCIA_PRODUCT_GEMTEK_WLAN,
PCMCIA_CIS_GEMTEK_WLAN,
Home |
Main Index |
Thread Index |
Old Index