diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-12 07:06:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-12 07:06:06 +0000 |
commit | 22655a85e7ce6b55ffd75c683dcc9850438900f1 (patch) | |
tree | 8c511b75a5dcf85ef37d1e502e495b73d5ce3bce | |
parent | b3c39f4d613a70f0b07033aa61668eaeb216628a (diff) |
sync
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 8b1782a07df..6b5092b3643 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.122 2004/10/22 08:41:25 jsg Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.123 2004/12/12 07:06:05 deraadt Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.119 2004/10/22 08:39:54 jsg Exp + * OpenBSD: pcmciadevs,v 1.120 2004/12/12 07:05:49 deraadt Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -205,6 +205,12 @@ #define PCMCIA_PRODUCT_BREEZECOM_BREEZENET 0x0102 /* BUFFALO Products */ +#define PCMCIA_CIS_BUFFALO_LPC_CF_CLT { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_BUFFALO_LPC_CF_CLT 0x0307 +#define PCMCIA_CIS_BUFFALO_LPC4_CLX { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_BUFFALO_LPC4_CLX 0x0309 +#define PCMCIA_CIS_BUFFALO_LPC3_CLT { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_BUFFALO_LPC3_CLT 0x030a #define PCMCIA_CIS_BUFFALO_WLI_PCM_S11 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11 0x0305 #define PCMCIA_CIS_BUFFALO_WLI_CF_S11G { NULL, NULL, NULL, NULL } |