PR/17686: Cliff Albert: Dynalink L10C pcmcia card is not supported
This commit is contained in:
parent
91f71a4f61
commit
fa08f33f2d
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: if_ne_pcmcia.c,v 1.93 2002/06/03 01:17:49 jonathan Exp $ */
|
/* $NetBSD: if_ne_pcmcia.c,v 1.94 2002/07/23 14:11:11 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
|
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.93 2002/06/03 01:17:49 jonathan Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.94 2002/07/23 14:11:11 christos Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
@ -463,6 +463,11 @@ static const struct ne2000dev {
|
||||||
PCMCIA_CIS_NETGEAR_FA411,
|
PCMCIA_CIS_NETGEAR_FA411,
|
||||||
0, -1, { 0x00, 0x40, 0xf4 } },
|
0, -1, { 0x00, 0x40, 0xf4 } },
|
||||||
|
|
||||||
|
{ PCMCIA_STR_DYNALINK_L10C,
|
||||||
|
PCMCIA_VENDOR_DYNALINK, PCMCIA_PRODUCT_DYNALINK_L10C,
|
||||||
|
PCMCIA_CIS_DYNALINK_L10C,
|
||||||
|
0, -1, { 0x00, 0x00, 0x00 } },
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* the rest of these are stolen from the linux pcnet pcmcia device
|
/* the rest of these are stolen from the linux pcnet pcmcia device
|
||||||
driver. Since I don't know the manfid or cis info strings for
|
driver. Since I don't know the manfid or cis info strings for
|
||||||
|
|
Loading…
Reference in New Issue