diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-07 20:59:45 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-07 20:59:45 +0000 |
commit | b89e4d5a4c6f8937fb2280ce95c04a6019e55791 (patch) | |
tree | fd969aa0f64eacc834b9c08ea67153070e06d86c /sys/dev/pcmcia | |
parent | 064be17a48468aaa650aebe1bc33a09a89bcd6f1 (diff) |
regen.
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index ddb9cb2e607..ed9b2b1a99f 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.91 2002/05/28 02:14:29 mickey Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.92 2002/06/07 20:59:44 fgsch Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.90 2002/05/28 02:14:09 mickey Exp + * OpenBSD: pcmciadevs,v 1.91 2002/06/07 20:59:19 fgsch Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -70,6 +70,7 @@ #define PCMCIA_VENDOR_SIMPLETECH 0x014d /* Simple Technology */ #define PCMCIA_VENDOR_SYMBOL2 0x014d /* Symbol */ #define PCMCIA_VENDOR_LUCENT 0x0156 /* Lucent */ +#define PCMCIA_VENDOR_GEMPLUS 0x0157 /* Gemplus */ #define PCMCIA_VENDOR_AIRONET 0x015f /* Aironet Wireless Communications */ #define PCMCIA_VENDOR_ERICSSON 0x016b /* Ericsson */ #define PCMCIA_VENDOR_PSION 0x016c /* Psion */ @@ -231,6 +232,10 @@ #define PCMCIA_PRODUCT_FUJITSU_LA10S 0x1003 #define PCMCIA_CIS_FUJITSU_LA501 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_FUJITSU_LA501 0x2000 + +/* Gemplus */ +#define PCMCIA_CIS_GEMPLUS_GPR400 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_GEMPLUS_GPR400 0x3004 /* Greycell */ #define PCMCIA_CIS_GREYCELL_GCS2000 { NULL, NULL, NULL, NULL } |