Match the D-Link DWL650H.

Tested on i386 and hpcarm.
This commit is contained in:
jdc 2002-12-29 12:11:45 +00:00
parent 157591d35a
commit 50b0738c11
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wi_pcmcia.c,v 1.31 2002/11/25 02:32:02 thorpej Exp $ */
/* $NetBSD: if_wi_pcmcia.c,v 1.32 2002/12/29 12:11:45 jdc 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.31 2002/11/25 02:32:02 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_wi_pcmcia.c,v 1.32 2002/12/29 12:11:45 jdc Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -275,6 +275,11 @@ static const struct wi_pcmcia_product {
PCMCIA_CIS_ACTIONTEC_PRISM,
PCMCIA_STR_ACTIONTEC_PRISM },
{ PCMCIA_VENDOR_DLINK_2,
PCMCIA_PRODUCT_DLINK_DWL650H,
PCMCIA_CIS_DLINK_DWL650H,
PCMCIA_STR_DLINK_DWL650H },
{ 0,
0,
{ NULL, NULL, NULL, NULL },