new ne0 pcmcia pccard: corega EtherII PCC-TD
PR 17134, From: <fujiwara@f.pyon.org>, Kazunori@netbsd.org, Fujiwara@netbsd.org
This commit is contained in:
parent
a7fd741e36
commit
e35096b705
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_ne_pcmcia.c,v 1.90 2002/05/08 18:18:55 chris Exp $ */
|
||||
/* $NetBSD: if_ne_pcmcia.c,v 1.91 2002/06/01 21:03:14 itojun 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.90 2002/05/08 18:18:55 chris Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.91 2002/06/01 21:03:14 itojun Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -368,6 +368,11 @@ static const struct ne2000dev {
|
||||
PCMCIA_CIS_COREGA_ETHER_II_PCC_T,
|
||||
0, -1, { 0x00, 0x00, 0xf4 } },
|
||||
|
||||
{ PCMCIA_STR_COREGA_ETHER_II_PCC_TD,
|
||||
PCMCIA_VENDOR_COREGA, PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_TD,
|
||||
PCMCIA_CIS_COREGA_ETHER_II_PCC_TD,
|
||||
0, -1, { 0x00, 0x00, 0xf4 } },
|
||||
|
||||
{ PCMCIA_STR_COREGA_FAST_ETHER_PCC_TX,
|
||||
PCMCIA_VENDOR_COREGA, PCMCIA_PRODUCT_COREGA_FAST_ETHER_PCC_TX,
|
||||
PCMCIA_CIS_COREGA_FAST_ETHER_PCC_TX,
|
||||
|
@ -1,4 +1,4 @@
|
||||
$NetBSD: pcmciadevs,v 1.169 2002/05/31 13:29:19 mycroft Exp $
|
||||
$NetBSD: pcmciadevs,v 1.170 2002/06/01 21:03:14 itojun Exp $
|
||||
/* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/
|
||||
|
||||
/*-
|
||||
@ -397,6 +397,7 @@ product BILLIONTON LNT10TN { "PCMCIA", "LNT-10TN", NULL, NULL } Billionton Syste
|
||||
product CNET NE2000 { "CNet", "CN40BC&spEthernet", "D", "NE2000" } CNet CN40BC NE2000 Compatible
|
||||
product COREGA ETHER_PCC_T { "corega&spK.K.", "corega&spEther&spPCC-T", NULL, NULL } Corega Ether PCC-T
|
||||
product COREGA ETHER_PCC_TD { "corega&spK.K.", "corega&spEther&spPCC-TD", NULL, NULL } Corega Ether PCC-TD
|
||||
product COREGA ETHER_II_PCC_TD { "corega&spK.K.", "corega&spEtherII&spPCC-TD", NULL, NULL } Corega EtherII PCC-TD
|
||||
product COREGA ETHER_II_PCC_T { "corega&spK.K.", "corega&spEtherII&spPCC-T", NULL, NULL } Corega EtherII PCC-T
|
||||
product COREGA FAST_ETHER_PCC_TX { "corega&spK.K.", "corega&spFastEther&spPCC-TX", NULL, NULL } Corega FastEther PCC-TX
|
||||
product COREGA FETHER_PCC_TXD { "corega&spK.K.", "corega&spFEther&spPCC-TXD", NULL, NULL } Corega FEther PCC-TXD
|
||||
|
Loading…
Reference in New Issue
Block a user