diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-10-01 04:04:29 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-10-01 04:04:29 +0000 |
commit | dfaa8bdf932a9eb05c3afcc9ee56559def42467c (patch) | |
tree | 56e3f252e0f0a4cef3e67b9a537db79ad9c892f1 /sys/dev/pcmcia/pcmciadevs.h | |
parent | 88de8094965c3c57c6fbc67e0065b5a251e533e6 (diff) |
sync
Diffstat (limited to 'sys/dev/pcmcia/pcmciadevs.h')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 19551c7182e..f7080fc54be 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.27 1999/08/25 21:55:49 fgsch Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.28 1999/10/01 04:04:28 downsj Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.23 1999/08/25 21:54:57 fgsch Exp + * OpenBSD: pcmciadevs,v 1.24 1999/10/01 04:04:01 downsj Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -308,6 +308,9 @@ #define PCMCIA_CIS_SMC_8016 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_SMC_8016 0x0105 #define PCMCIA_STR_SMC_8016 "SMC 8016" +#define PCMCIA_CIS_SMC_8020 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_SMC_8020 0x0001 +#define PCMCIA_STR_SMC_8020 "SMC EtherEZ 8020" #define PCMCIA_CIS_SMC_EZCARD { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_SMC_EZCARD 0x8022 #define PCMCIA_STR_SMC_EZCARD "SMC EXCard 10 PCMCIA" |