PR/33133: Dave J. Barnes: Belkin F5D5020 Ethernet PCMCIA card not recognised
This commit is contained in:
parent
a27001b755
commit
c40c4c462e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ne_pcmcia.c,v 1.141 2005/12/11 12:23:23 christos Exp $ */
|
||||
/* $NetBSD: if_ne_pcmcia.c,v 1.142 2006/03/23 02:14:42 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
|
||||
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.141 2005/12/11 12:23:23 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.142 2006/03/23 02:14:42 christos Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -415,6 +415,10 @@ static const struct ne2000dev {
|
|||
PCMCIA_CIS_INVALID,
|
||||
0, -1, { 0x00, 0x40, 0xb4 } },
|
||||
|
||||
{ PCMCIA_VENDOR_BELKIN, PCMCIA_PRODUCT_BELKIN_F5D5020,
|
||||
PCMCIA_CIS_BELKIN_F5D5020,
|
||||
0, -1, { 0x00, 0x30, 0xbd } , NE2000DVF_AX88190 },
|
||||
|
||||
#if 0
|
||||
/* 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: pcmciadevs,v 1.214 2005/12/11 12:23:23 christos Exp $
|
||||
$NetBSD: pcmciadevs,v 1.215 2006/03/23 02:14:42 christos Exp $
|
||||
/* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/
|
||||
|
||||
/*-
|
||||
|
@ -81,6 +81,7 @@ vendor KINGSTON 0x0186 Kingston
|
|||
vendor DAYNA 0x0194 Dayna Corporation
|
||||
vendor RAYTHEON 0x01a6 Raytheon
|
||||
vendor IODATA 0x01bf I-O DATA
|
||||
vendor BELKIN 0x01bf Belkin
|
||||
vendor BAY 0x01eb Bay Networks
|
||||
vendor FARALLON 0x0200 Farallon Communications
|
||||
vendor TELECOMDEVICE 0x021b Telecom Device
|
||||
|
@ -173,6 +174,9 @@ product BAY EMOBILITY_11B 0x080a e-Mobility 11Mb Wireless LAN
|
|||
/* BreezeCOM */
|
||||
product BREEZECOM BREEZENET 0x0102 BreezeCOM BreezeNET
|
||||
|
||||
/* Belkin */
|
||||
product BELKIN F5D5020 0x2328 Belkin F5D5020 PCMCIA Network Card
|
||||
|
||||
/* BUFFALO */
|
||||
product BUFFALO WLI_PCM_S11 0x0305 BUFFALO AirStation 11Mbps WLAN
|
||||
product BUFFALO LPC_CF_CLT 0x0307 BUFFALO LPC-CF-CLT Ethernet Adapter
|
||||
|
|
Loading…
Reference in New Issue