Regen.
This commit is contained in:
parent
924090ec6d
commit
5fa0fd5087
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcmciadevs.h,v 1.5 1998/07/30 20:45:35 thorpej Exp $ */
|
||||
/* $NetBSD: pcmciadevs.h,v 1.6 1998/08/14 22:59:54 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.4 1998/07/30 20:44:25 thorpej Exp
|
||||
* NetBSD: pcmciadevs,v 1.5 1998/08/14 22:59:35 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -55,6 +55,7 @@
|
||||
#define PCMCIA_VENDOR_SIMPLETECH 0x014d /* Simple Technology */
|
||||
#define PCMCIA_VENDOR_DAYNA 0x0194 /* Dayna Corporation */
|
||||
#define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */
|
||||
#define PCMCIA_VENDOR_NEWMEDIA 0x0057 /* NewMedia Corporation */
|
||||
|
||||
/*
|
||||
* List of known products. Grouped by vendor.
|
||||
@ -140,6 +141,11 @@
|
||||
#define PCMCIA_PRODUCT_TDK_DFL9610 0x0d0a
|
||||
#define PCMCIA_STR_TDK_DFL9610 "TDK DFL9610 Ethernet & Digital Cellular"
|
||||
|
||||
/* NewMedia Products */
|
||||
#define PCMCIA_CIS_NEWMEDIA_BASICS { NULL, NULL, NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_NEWMEDIA_BASICS 0x0019
|
||||
#define PCMCIA_STR_NEWMEDIA_BASICS "NewMedia BASICS Ethernet"
|
||||
|
||||
/* Cards we know only by their cis */
|
||||
#define PCMCIA_VENDOR_PREMAX -1 /* Premax */
|
||||
#define PCMCIA_VENDOR_PLANET -1 /* Planet */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.5 1998/07/30 20:45:35 thorpej Exp $ */
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.6 1998/08/14 22:59:55 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.4 1998/07/30 20:44:25 thorpej Exp
|
||||
* NetBSD: pcmciadevs,v 1.5 1998/08/14 22:59:35 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -172,6 +172,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
||||
"TDK Corporation",
|
||||
"TDK DFL9610 Ethernet & Digital Cellular" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_NEWMEDIA, PCMCIA_PRODUCT_NEWMEDIA_BASICS,
|
||||
PCMCIA_CIS_NEWMEDIA_BASICS,
|
||||
0,
|
||||
"NewMedia Corporation",
|
||||
"NewMedia BASICS Ethernet" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
|
||||
PCMCIA_CIS_MEGAHERTZ_XJ2288,
|
||||
@ -319,6 +326,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
||||
"I-O DATA",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_NEWMEDIA, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
PCMCIA_CIS_INVALID,
|
||||
"NewMedia Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_PREMAX, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
|
Loading…
Reference in New Issue
Block a user