Add support for ACTIONTEC wireless lan card, from jasper@pointless.net

in PR kern/17194.
This commit is contained in:
martin 2002-06-08 18:06:09 +00:00
parent cd8bd9c2e1
commit 8d0aae90e8
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wi_pcmcia.c,v 1.22 2002/06/01 23:51:01 lukem Exp $ */
/* $NetBSD: if_wi_pcmcia.c,v 1.23 2002/06/08 18:06:09 martin 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.22 2002/06/01 23:51:01 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.23 2002/06/08 18:06:09 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -262,6 +262,11 @@ static const struct wi_pcmcia_product {
PCMCIA_CIS_BAY_EMOBILITY_11B,
PCMCIA_STR_BAY_EMOBILITY_11B },
{ PCMCIA_VENDOR_ACTIONTEC,
PCMCIA_PRODUCT_ACTIONTEC_PRISM,
PCMCIA_CIS_ACTIONTEC_PRISM,
PCMCIA_STR_ACTIONTEC_PRISM },
{ 0,
0,
{ NULL, NULL, NULL, NULL },