Regen.
This commit is contained in:
parent
f095a1088a
commit
60acf2e610
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcmciadevs.h,v 1.49 1999/09/25 09:48:07 enami Exp $ */
|
||||
/* $NetBSD: pcmciadevs.h,v 1.50 1999/09/27 04:28:27 enami Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.46 1999/09/25 09:47:13 enami Exp
|
||||
* NetBSD: pcmciadevs,v 1.47 1999/09/27 04:27:28 enami Exp
|
||||
*/
|
||||
|
||||
/*-
|
||||
|
@ -272,6 +272,7 @@
|
|||
/* Cards we know only by their cis */
|
||||
#define PCMCIA_VENDOR_PREMAX -1 /* Premax */
|
||||
#define PCMCIA_VENDOR_PLANET -1 /* Planet */
|
||||
#define PCMCIA_VENDOR_PLANEX -1 /* Planex Communications Inc */
|
||||
#define PCMCIA_VENDOR_DLINK -1 /* D-Link */
|
||||
#define PCMCIA_VENDOR_RPTI -1 /* RPTI */
|
||||
#define PCMCIA_VENDOR_ACCTON -1 /* ACCTON */
|
||||
|
@ -290,6 +291,13 @@
|
|||
#define PCMCIA_CIS_PLANET_SMARTCOM2000 { "PCMCIA", "UE2212", NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_PLANET_SMARTCOM2000 -1
|
||||
#define PCMCIA_STR_PLANET_SMARTCOM2000 "Planet SmartCOM 2000"
|
||||
/*
|
||||
* vendor ID of FMW-3600-T is LINKSYS(0x0149) and product ID is 0xc1ab, but
|
||||
* it conflicts with LINKSYS Combo EhternetCard.
|
||||
*/
|
||||
#define PCMCIA_CIS_PLANEX_FMW3600T { "Fast Ethernet", "Adapter", "1.0", NULL }
|
||||
#define PCMCIA_PRODUCT_PLANEX_FMW3600T -1
|
||||
#define PCMCIA_STR_PLANEX_FMW3600T "Planex FMW-3600-T"
|
||||
#define PCMCIA_CIS_DLINK_DE650 { "D-Link", "DE-650", NULL, NULL }
|
||||
#define PCMCIA_PRODUCT_DLINK_DE650 -1
|
||||
#define PCMCIA_STR_DLINK_DE650 "D-Link DE-650"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcmciadevs_data.h,v 1.49 1999/09/25 09:48:07 enami Exp $ */
|
||||
/* $NetBSD: pcmciadevs_data.h,v 1.50 1999/09/27 04:28:27 enami Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcmciadevs,v 1.46 1999/09/25 09:47:13 enami Exp
|
||||
* NetBSD: pcmciadevs,v 1.47 1999/09/27 04:27:28 enami Exp
|
||||
*/
|
||||
|
||||
/*-
|
||||
|
@ -401,6 +401,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"Planet",
|
||||
"Planet SmartCOM 2000" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_PLANEX_FMW3600T,
|
||||
PCMCIA_CIS_PLANEX_FMW3600T,
|
||||
0,
|
||||
"Planex Communications Inc",
|
||||
"Planex FMW-3600-T" },
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_UNKNOWN, PCMCIA_PRODUCT_DLINK_DE650,
|
||||
PCMCIA_CIS_DLINK_DE650,
|
||||
|
@ -674,6 +681,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
|
|||
"Planet",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_PLANEX, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
PCMCIA_CIS_INVALID,
|
||||
"Planex Communications Inc",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCMCIA_VENDOR_DLINK, 0,
|
||||
PCMCIA_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue