Regen.
This commit is contained in:
parent
81f67879f9
commit
cb7214f1a4
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcmciadevs.h,v 1.7 1998/08/15 01:18:06 thorpej Exp $ */
|
||||
/* $NetBSD: pcmciadevs.h,v 1.8 1998/08/15 18:56:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.6 1998/08/15 01:17:51 thorpej Exp
|
||||
* NetBSD: pcmciadevs,v 1.7 1998/08/15 18:55:25 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -56,6 +56,7 @@
|
|||
#define PCMCIA_VENDOR_DAYNA 0x0194 /* Dayna Corporation */
|
||||
#define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */
|
||||
#define PCMCIA_VENDOR_NEWMEDIA 0x0057 /* NewMedia Corporation */
|
||||
#define PCMCIA_VENDOR_SOCKET 0x0104 /* Socket Communications */
|
||||
|
||||
/*
|
||||
* List of known products. Grouped by vendor.
|
||||
|
@ -146,6 +147,11 @@
|
|||
#define PCMCIA_PRODUCT_NEWMEDIA_BASICS 0x0019
|
||||
#define PCMCIA_STR_NEWMEDIA_BASICS "NewMedia BASICS Ethernet"
|
||||
|
||||
/* Socket Communications Products */
|
||||
#define PCMCIA_CIS_SOCKET_DUAL_RS232 { NULL, NULL, NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_SOCKET_DUAL_RS232 0x0012
|
||||
#define PCMCIA_STR_SOCKET_DUAL_RS232 "Socket Communications Dual RS232"
|
||||
|
||||
/* 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.7 1998/08/15 01:18:06 thorpej Exp $ */
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.8 1998/08/15 18:56:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.6 1998/08/15 01:17:51 thorpej Exp
|
||||
* NetBSD: pcmciadevs,v 1.7 1998/08/15 18:55:25 thorpej Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -179,6 +179,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"NewMedia Corporation",
|
||||
"NewMedia BASICS Ethernet" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_SOCKET, PCMCIA_PRODUCT_SOCKET_DUAL_RS232,
|
||||
PCMCIA_CIS_SOCKET_DUAL_RS232,
|
||||
0,
|
||||
"Socket Communications",
|
||||
"Socket Communications Dual RS232" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_MEGAHERTZ_XJ2288,
|
||||
PCMCIA_CIS_MEGAHERTZ_XJ2288,
|
||||
|
@ -340,6 +347,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"NewMedia Corporation",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_SOCKET, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
PCMCIA_CIS_INVALID,
|
||||
"Socket Communications",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_PREMAX, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue