From 60acf2e610acec119a44d7cf83c85129cfc9d79d Mon Sep 17 00:00:00 2001 From: enami Date: Mon, 27 Sep 1999 04:28:27 +0000 Subject: [PATCH] Regen. --- sys/dev/pcmcia/pcmciadevs.h | 12 ++++++++++-- sys/dev/pcmcia/pcmciadevs_data.h | 18 ++++++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 167312daaac9..de67bd567bb0 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -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" diff --git a/sys/dev/pcmcia/pcmciadevs_data.h b/sys/dev/pcmcia/pcmciadevs_data.h index 088db50bb9d7..a95d21803446 100644 --- a/sys/dev/pcmcia/pcmciadevs_data.h +++ b/sys/dev/pcmcia/pcmciadevs_data.h @@ -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,