support Corega Ether PCC-TL -- from Yasushi Oshima

This commit is contained in:
hamajima 2003-11-07 15:58:57 +00:00
parent 7264e1f642
commit 0086268dc3
4 changed files with 21 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ne_pcmcia.c,v 1.106 2003/10/28 23:16:50 mycroft Exp $ */
/* $NetBSD: if_ne_pcmcia.c,v 1.107 2003/11/07 15:58:57 hamajima 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.106 2003/10/28 23:16:50 mycroft Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ne_pcmcia.c,v 1.107 2003/11/07 15:58:57 hamajima Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -376,6 +376,11 @@ static const struct ne2000dev {
PCMCIA_CIS_COREGA_ETHER_PCC_TD,
0, -1, { 0x00, 0x00, 0xf4 } },
{ PCMCIA_STR_COREGA_ETHER_PCC_TL,
PCMCIA_VENDOR_COREGA, PCMCIA_PRODUCT_COREGA_ETHER_PCC_TL,
PCMCIA_CIS_COREGA_ETHER_PCC_TL,
0, -1, { 0x00, 0x00, 0xf4 } },
{ PCMCIA_STR_COREGA_ETHER_II_PCC_T,
PCMCIA_VENDOR_COREGA, PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_T,
PCMCIA_CIS_COREGA_ETHER_II_PCC_T,

View File

@ -1,4 +1,4 @@
$NetBSD: pcmciadevs,v 1.187 2003/10/22 00:12:36 christos Exp $
$NetBSD: pcmciadevs,v 1.188 2003/11/07 15:58:58 hamajima Exp $
/* $FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.20 2001/11/19 05:02:55 imp Exp $*/
/*-
@ -421,6 +421,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_PCC_TL { "corega&spK.K.", "corega&spEther&spPCC-TL", NULL, NULL } Corega Ether PCC-TL
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

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcmciadevs.h,v 1.188 2003/10/22 00:18:32 christos Exp $ */
/* $NetBSD: pcmciadevs.h,v 1.189 2003/11/07 15:58:58 hamajima Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -744,6 +744,9 @@
#define PCMCIA_CIS_COREGA_ETHER_PCC_TD { "corega K.K.", "corega Ether PCC-TD", NULL, NULL }
#define PCMCIA_PRODUCT_COREGA_ETHER_PCC_TD -1
#define PCMCIA_STR_COREGA_ETHER_PCC_TD "Corega Ether PCC-TD"
#define PCMCIA_CIS_COREGA_ETHER_PCC_TL { "corega K.K.", "corega Ether PCC-TL", NULL, NULL }
#define PCMCIA_PRODUCT_COREGA_ETHER_PCC_TL -1
#define PCMCIA_STR_COREGA_ETHER_PCC_TL "Corega Ether PCC-TL"
#define PCMCIA_CIS_COREGA_ETHER_II_PCC_TD { "corega K.K.", "corega EtherII PCC-TD", NULL, NULL }
#define PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_TD -1
#define PCMCIA_STR_COREGA_ETHER_II_PCC_TD "Corega EtherII PCC-TD"

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcmciadevs_data.h,v 1.188 2003/10/22 00:18:32 christos Exp $ */
/* $NetBSD: pcmciadevs_data.h,v 1.189 2003/11/07 15:58:59 hamajima Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -1169,6 +1169,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
"Corega K.K.",
"Corega Ether PCC-TD", }
,
{
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_PCC_TL,
PCMCIA_CIS_COREGA_ETHER_PCC_TL,
0,
"Corega K.K.",
"Corega Ether PCC-TL", }
,
{
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_COREGA_ETHER_II_PCC_TD,
PCMCIA_CIS_COREGA_ETHER_II_PCC_TD,