diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-24 23:30:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-24 23:30:36 +0000 |
commit | 73ca79d9917c3a639ce78897daa63bd44991818d (patch) | |
tree | 5289aadc09069b3f2f228dd254596c7fb83618e8 /sys/dev | |
parent | 1cd45f4d57584b48a41127afe5ffa1c60d9e7f7b (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index f0ec66492d5..77808247e33 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.110 2004/01/24 23:14:11 deraadt Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.111 2004/01/24 23:30:35 deraadt Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.108 2004/01/24 23:13:55 deraadt Exp + * OpenBSD: pcmciadevs,v 1.109 2004/01/24 23:30:26 deraadt Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -439,8 +439,12 @@ #define PCMCIA_PRODUCT_SIEMENS_SS1021 0x0002 /* Sierra */ +#define PCMCIA_CIS_SIERRA_A550 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_SIERRA_A550 0xa550 #define PCMCIA_CIS_SIERRA_A555 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_SIERRA_A555 0xa555 +#define PCMCIA_CIS_SIERRA_A710 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_SIERRA_A710 0xa710 /* Socket Communications */ #define PCMCIA_CIS_SOCKET_EA_ETHER { NULL, NULL, NULL, NULL } |