Regen.
This commit is contained in:
parent
1bf26fea5a
commit
8954eaede3
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcmciadevs.h,v 1.9 1998/08/15 18:58:32 thorpej Exp $ */
|
||||
/* $NetBSD: pcmciadevs.h,v 1.10 1998/08/15 20:08:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.8 1998/08/15 18:58:05 thorpej Exp
|
||||
* NetBSD: pcmciadevs,v 1.9 1998/08/15 20:08:07 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -57,6 +57,7 @@
|
|||
#define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */
|
||||
#define PCMCIA_VENDOR_NEWMEDIA 0x0057 /* NewMedia Corporation */
|
||||
#define PCMCIA_VENDOR_SOCKET 0x0104 /* Socket Communications */
|
||||
#define PCMCIA_VENDOR_SMC 0x0108 /* Standard Microsystems Corporation */
|
||||
|
||||
/*
|
||||
* List of known products. Grouped by vendor.
|
||||
|
@ -155,6 +156,11 @@
|
|||
#define PCMCIA_PRODUCT_SOCKET_DUAL_RS232 0x0012
|
||||
#define PCMCIA_STR_SOCKET_DUAL_RS232 "Socket Communications Dual RS232"
|
||||
|
||||
/* Standard Microsystems Corporation Products */
|
||||
#define PCMCIA_CIS_SMC_8020BT { NULL, NULL, NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_SMC_8020BT 0x0105
|
||||
#define PCMCIA_STR_SMC_8020BT "SMC 8020BT EtherEZ"
|
||||
|
||||
/* 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.9 1998/08/15 18:58:32 thorpej Exp $ */
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.10 1998/08/15 20:08:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.8 1998/08/15 18:58:05 thorpej Exp
|
||||
* NetBSD: pcmciadevs,v 1.9 1998/08/15 20:08:07 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -193,6 +193,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"Socket Communications",
|
||||
"Socket Communications Dual RS232" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_SMC, PCMCIA_PRODUCT_SMC_8020BT,
|
||||
PCMCIA_CIS_SMC_8020BT,
|
||||
0,
|
||||
"Standard Microsystems Corporation",
|
||||
"SMC 8020BT EtherEZ" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
|
||||
PCMCIA_CIS_MEGAHERTZ_XJ2288,
|
||||
|
@ -361,6 +368,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"Socket Communications",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_SMC, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
PCMCIA_CIS_INVALID,
|
||||
"Standard Microsystems Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_PREMAX, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue