diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-06-03 06:41:40 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-06-03 06:41:40 +0000 |
commit | 3c77f408c4b051647467d4227d0be0e79c276710 (patch) | |
tree | 76137f0fe279b6445895c5e45e3458832e81f5f5 /sys | |
parent | 24542e607c4b50ea181f042c04090509850a5e20 (diff) |
regen.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 611053d0dd3..dec5ab139c9 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.14 1999/05/27 13:39:14 niklas Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.15 1999/06/03 06:41:39 fgsch Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.12 1999/05/27 13:32:38 niklas Exp + * OpenBSD: pcmciadevs,v 1.13 1999/06/03 06:40:28 fgsch Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -43,6 +43,7 @@ * List of known PCMCIA vendors */ +#define PCMCIA_VENDOR_FUJITSU 0x0004 /* Fujitsu */ #define PCMCIA_VENDOR_SANDISK 0x0045 /* Sandisk */ #define PCMCIA_VENDOR_NEWMEDIA 0x0057 /* NewMedia */ #define PCMCIA_VENDOR_INTEL 0x0089 /* Intel */ @@ -112,6 +113,14 @@ #define PCMCIA_PRODUCT_DIGITAL_MOBILE_MEDIA_CDROM 0x0d00 #define PCMCIA_STR_DIGITAL_MOBILE_MEDIA_CDROM "Digital Mobile Media CD-ROM" +/* Fujitsu Products */ +#define PCMCIA_CIS_FUJITSU_SCSI600 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_FUJITSU_SCSI600 0x0401 +#define PCMCIA_STR_FUJITSU_SCSI600 "Fujitsu SCSI 600 Interface" +#define PCMCIA_CIS_FUJITSU_LA501 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_FUJITSU_LA501 0x2000 +#define PCMCIA_STR_FUJITSU_LA501 "Fujitsu Towa LA501 Ethernet" + /* Motorola Products */ #define PCMCIA_CIS_MOTOROLA_POWER144 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_MOTOROLA_POWER144 0x0105 @@ -239,6 +248,9 @@ #define PCMCIA_CIS_SMC_8016 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_SMC_8016 0x0105 #define PCMCIA_STR_SMC_8016 "SMC 8016 EtherCard" +#define PCMCIA_CIS_SMC_EZCARD { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_SMC_EZCARD 0x8022 +#define PCMCIA_STR_SMC_EZCARD "SMC EXCard 10 PCMCIA" /* Cards we know only by their cis */ #define PCMCIA_VENDOR_PREMAX -1 /* Premax */ |