diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-04 15:47:52 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-08-04 15:47:52 +0000 |
commit | 2f06eab90d1767ad671a20e8390f4a40403ac020 (patch) | |
tree | b765a802ffeb7cbc730b784ad1a5ae12696a67a4 /sys | |
parent | 1101aa0fd2bca9d9030fcf035d5b0f575a5c9045 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 9e20e79db66..b6462fe16d5 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmciadevs.h,v 1.44 2000/07/22 02:58:50 mickey Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.45 2000/08/04 15:47:51 aaron Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -67,6 +67,7 @@ #define PCMCIA_VENDOR_SYMBOL 0x014d /* Symbol */ #define PCMCIA_VENDOR_LUCENT 0x0156 /* Lucent */ #define PCMCIA_VENDOR_AIRONET 0x015f /* Aironet Wireless Communications */ +#define PCMCIA_VENDOR_PSION 0x016c /* Psion */ #define PCMCIA_VENDOR_COMPAQ2 0x0183 /* Compaq */ #define PCMCIA_VENDOR_KINGSTON 0x0186 /* Kingston */ #define PCMCIA_VENDOR_DAYNA 0x0194 /* Dayna */ @@ -281,6 +282,10 @@ #define PCMCIA_CIS_PROXIM_RANGELAN2_7401 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_PROXIM_RANGELAN2_7401 0x1158 +/* Psion */ +#define PCMCIA_CIS_PSION_GOLDCARD { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_PSION_GOLDCARD 0x0020 + /* Quatech */ #define PCMCIA_CIS_QUATECH_DSP_225 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_QUATECH_DSP_225 0x0008 |