This commit is contained in:
enami 2000-02-01 10:21:00 +00:00
parent ad68157d83
commit 11264e95ef
2 changed files with 22 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcmciadevs.h,v 1.75 2000/02/01 05:51:31 enami Exp $ */
/* $NetBSD: pcmciadevs.h,v 1.76 2000/02/01 10:21:00 enami Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcmciadevs,v 1.74 2000/02/01 05:50:18 enami Exp
* NetBSD: pcmciadevs,v 1.75 2000/02/01 10:19:51 enami Exp
*/
/*-
@ -353,6 +353,7 @@
#define PCMCIA_VENDOR_AMBICOM -1 /* AmbiCom Inc */
#define PCMCIA_VENDOR_EPSON -1 /* Seiko Epson Corporation */
#define PCMCIA_VENDOR_EXP -1 /* EXP Computer Inc */
#define PCMCIA_VENDOR_MELCO -1 /* Melco Inc */
#define PCMCIA_CIS_MEGAHERTZ_XJ2288 { "MEGAHERTZ", "MODEM XJ2288", NULL, NULL }
#define PCMCIA_PRODUCT_MEGAHERTZ_XJ2288 -1
@ -428,3 +429,6 @@
#define PCMCIA_CIS_EXP_EXPMULTIMEDIA { "EXP ", "PnPIDE", "F1", NULL }
#define PCMCIA_PRODUCT_EXP_EXPMULTIMEDIA -1
#define PCMCIA_STR_EXP_EXPMULTIMEDIA "EXP IDE/ATAPI DVD Card"
#define PCMCIA_CIS_MELCO_WLI_PCM { "AMD", "Am79C930", NULL, NULL }
#define PCMCIA_PRODUCT_MELCO_WLI_PCM -1
#define PCMCIA_STR_MELCO_WLI_PCM "Melco WLI-PCM"

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcmciadevs_data.h,v 1.75 2000/02/01 05:51:31 enami Exp $ */
/* $NetBSD: pcmciadevs_data.h,v 1.76 2000/02/01 10:21:00 enami Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcmciadevs,v 1.74 2000/02/01 05:50:18 enami Exp
* NetBSD: pcmciadevs,v 1.75 2000/02/01 10:19:51 enami Exp
*/
/*-
@ -660,6 +660,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
"EXP Computer Inc",
"EXP IDE/ATAPI DVD Card" },
},
{
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MELCO_WLI_PCM,
PCMCIA_CIS_MELCO_WLI_PCM,
0,
"Melco Inc",
"Melco WLI-PCM" },
},
{
PCMCIA_VENDOR_FUJITSU, 0,
PCMCIA_KNOWNDEV_NOPROD,
@ -975,5 +982,12 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
"EXP Computer Inc",
NULL,
},
{
PCMCIA_VENDOR_MELCO, 0,
PCMCIA_KNOWNDEV_NOPROD,
PCMCIA_CIS_INVALID,
"Melco Inc",
NULL,
},
{ 0, 0, { NULL, NULL, NULL, NULL }, 0, NULL, NULL, }
};