diff options
| author | soren <soren@NetBSD.org> | 2000-01-25 21:58:23 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2000-01-25 21:58:23 +0000 |
| commit | a81c1788ab4e37bb6d175982c6dfb7f8ade77597 (patch) | |
| tree | 5af9bf47ad39d08b674a00491e05bf266cc771ef /sys/dev | |
| parent | 3a9b991c446a41b86f4862b5e6d3cf9ad334b37b (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 10 | ||||
| -rw-r--r-- | sys/dev/pcmcia/pcmciadevs_data.h | 18 |
2 files changed, 24 insertions, 4 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 5359a9abc0a..cfa6aeafbce 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcmciadevs.h,v 1.72 2000/01/25 15:44:21 thorpej Exp $ */ +/* $NetBSD: pcmciadevs.h,v 1.73 2000/01/25 21:58:23 soren Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcmciadevs,v 1.71 2000/01/25 15:43:59 thorpej Exp + * NetBSD: pcmciadevs,v 1.72 2000/01/25 21:58:06 soren Exp */ /*- @@ -73,6 +73,7 @@ #define PCMCIA_VENDOR_BAY 0x01eb /* Bay Networks */ #define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */ #define PCMCIA_VENDOR_LASAT 0x3401 /* Lasat Communications A/S */ +#define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */ #define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex Corporation */ #define PCMCIA_VENDOR_CONTEC 0xc001 /* Contec */ #define PCMCIA_VENDOR_COREGA 0xc00f /* Corega K.K. */ @@ -189,6 +190,11 @@ #define PCMCIA_PRODUCT_IODATA_PCLATE 0x2216 #define PCMCIA_STR_IODATA_PCLATE "I-O DATA PCLA/TE" +/* Lexar Media */ +#define PCMCIA_CIS_LEXARMEDIA_COMPATFLASH { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_LEXARMEDIA_COMPATFLASH 0x0100 +#define PCMCIA_STR_LEXARMEDIA_COMPATFLASH "Lexar Media CompactFlash" + /* Linksys corporation */ #define PCMCIA_CIS_LINKSYS_ECARD_1 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_LINKSYS_ECARD_1 0x0265 diff --git a/sys/dev/pcmcia/pcmciadevs_data.h b/sys/dev/pcmcia/pcmciadevs_data.h index b7b5a8511dd..0c1d8275de3 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.72 2000/01/25 15:44:21 thorpej Exp $ */ +/* $NetBSD: pcmciadevs_data.h,v 1.73 2000/01/25 21:58:23 soren Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcmciadevs,v 1.71 2000/01/25 15:43:59 thorpej Exp + * NetBSD: pcmciadevs,v 1.72 2000/01/25 21:58:06 soren Exp */ /*- @@ -241,6 +241,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { "I-O DATA PCLA/TE" }, }, { + PCMCIA_VENDOR_LEXARMEDIA, PCMCIA_PRODUCT_LEXARMEDIA_COMPATFLASH, + PCMCIA_CIS_LEXARMEDIA_COMPATFLASH, + 0, + "Lexar Media", + "Lexar Media CompactFlash" }, + }, + { PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ECARD_1, PCMCIA_CIS_LINKSYS_ECARD_1, 0, @@ -829,6 +836,13 @@ struct pcmcia_knowndev pcmcia_knowndevs[] = { NULL, }, { + PCMCIA_VENDOR_LEXARMEDIA, 0, + PCMCIA_KNOWNDEV_NOPROD, + PCMCIA_CIS_INVALID, + "Lexar Media", + NULL, + }, + { PCMCIA_VENDOR_COMPEX, 0, PCMCIA_KNOWNDEV_NOPROD, PCMCIA_CIS_INVALID, |
