Enable attachment for Kingston KNE-PC2 Ethernet.

This commit is contained in:
toddpw 2001-06-13 13:41:01 +00:00
parent 68306a9bf0
commit a865af9ad5
1 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ne_pcmcia.c,v 1.75 2001/06/05 02:27:02 thorpej Exp $ */
/* $NetBSD: if_ne_pcmcia.c,v 1.76 2001/06/13 13:41:01 toddpw Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@ -351,6 +351,11 @@ static const struct ne2000dev {
PCMCIA_CIS_SOCKET_LP_ETHER,
0, -1, { 0x00, 0xc0, 0x1b } },
{ PCMCIA_STR_KINGSTON_KNE2,
PCMCIA_VENDOR_KINGSTON, PCMCIA_PRODUCT_KINGSTON_KNE2,
PCMCIA_CIS_KINGSTON_KNE2,
0, -1, { 0x00, 0xc0, 0xf0 } },
{ PCMCIA_STR_XIRCOM_CFE_10,
PCMCIA_VENDOR_XIRCOM, PCMCIA_PRODUCT_XIRCOM_CFE_10,
PCMCIA_CIS_XIRCOM_CFE_10,
@ -436,9 +441,6 @@ static const struct ne2000dev {
{ "Kingston KNE-PCM/x",
0x0000, 0x0000, NULL, NULL, 0,
0x0ff0, { 0xe2, 0x0c, 0x0f } },
{ "Kingston KNE-PC2",
0x0000, 0x0000, NULL, NULL, 0,
0x0180, { 0x00, 0xc0, 0xf0 } },
{ "Longshine LCS-8534",
0x0000, 0x0000, NULL, NULL, 0,
0x0000, { 0x08, 0x00, 0x00 } },