This commit is contained in:
aymeric 2002-01-13 10:39:33 +00:00
parent 0e264923e6
commit 2ae5495943
2 changed files with 23 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcmciadevs.h,v 1.156 2001/12/29 15:01:23 pooka Exp $ */ /* $NetBSD: pcmciadevs.h,v 1.157 2002/01/13 10:39:33 aymeric Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -109,6 +109,7 @@
#define PCMCIA_VENDOR_EMTAC 0xc250 /* EMTAC Technology Corporation */ #define PCMCIA_VENDOR_EMTAC 0xc250 /* EMTAC Technology Corporation */
#define PCMCIA_VENDOR_LINKSYS2 0x0274 /* The Linksys Group */ #define PCMCIA_VENDOR_LINKSYS2 0x0274 /* The Linksys Group */
#define PCMCIA_VENDOR_ELSA 0xd601 /* Elsa */ #define PCMCIA_VENDOR_ELSA 0xd601 /* Elsa */
#define PCMCIA_VENDOR_EDIMAX 0x890f /* Edimax Technology Inc. */
/* /*
* List of known products. Grouped by vendor, sorted by number within the * List of known products. Grouped by vendor, sorted by number within the
@ -247,6 +248,11 @@
#define PCMCIA_PRODUCT_DUAL_NE2000 0x0100 #define PCMCIA_PRODUCT_DUAL_NE2000 0x0100
#define PCMCIA_STR_DUAL_NE2000 "Dual NE2000" #define PCMCIA_STR_DUAL_NE2000 "Dual NE2000"
/* Edimax Products */
#define PCMCIA_CIS_EDIMAX_EP4000A { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_EDIMAX_EP4000A 0x0100
#define PCMCIA_STR_EDIMAX_EP4000A "Edimax EP4000A"
/* ELSA Products */ /* ELSA Products */
#define PCMCIA_CIS_ELSA_MC2_IEEE { NULL, NULL, NULL, NULL } #define PCMCIA_CIS_ELSA_MC2_IEEE { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_ELSA_MC2_IEEE 0x0001 #define PCMCIA_PRODUCT_ELSA_MC2_IEEE 0x0001

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcmciadevs_data.h,v 1.157 2001/12/29 15:01:24 pooka Exp $ */ /* $NetBSD: pcmciadevs_data.h,v 1.158 2002/01/13 10:39:33 aymeric Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -301,6 +301,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
"Dual", "Dual",
"Dual NE2000", } "Dual NE2000", }
, ,
{
PCMCIA_VENDOR_EDIMAX, PCMCIA_PRODUCT_EDIMAX_EP4000A,
PCMCIA_CIS_EDIMAX_EP4000A,
0,
"Edimax Technology Inc.",
"Edimax EP4000A", }
,
{ {
PCMCIA_VENDOR_ELSA, PCMCIA_PRODUCT_ELSA_MC2_IEEE, PCMCIA_VENDOR_ELSA, PCMCIA_PRODUCT_ELSA_MC2_IEEE,
PCMCIA_CIS_ELSA_MC2_IEEE, PCMCIA_CIS_ELSA_MC2_IEEE,
@ -1846,6 +1853,14 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = {
"Elsa", "Elsa",
NULL, NULL,
}, },
{
PCMCIA_VENDOR_EDIMAX,
PCMCIA_KNOWNDEV_NOPROD,
PCMCIA_CIS_INVALID,
0,
"Edimax Technology Inc.",
NULL,
},
{ {
PCMCIA_VENDOR_AMBICOM, PCMCIA_VENDOR_AMBICOM,
PCMCIA_KNOWNDEV_NOPROD, PCMCIA_KNOWNDEV_NOPROD,