diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2002-03-28 16:46:33 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2002-03-28 16:46:33 +0000 |
commit | 8393408cf4f14b3eddf634084f3362cc4703831e (patch) | |
tree | 49a44aeed504ddeea08597079a771fa31f31c393 /sys/dev/pcmcia/pcmciadevs.h | |
parent | 50f50cc13697716d762fc966dc3072867cfdaefb (diff) |
sync
Diffstat (limited to 'sys/dev/pcmcia/pcmciadevs.h')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index faf943feaff..96b16f51d2e 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.84 2002/01/04 17:42:10 mickey Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.85 2002/03/28 16:46:32 provos Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.83 2002/01/04 17:41:44 mickey Exp + * OpenBSD: pcmciadevs,v 1.84 2002/03/28 16:45:52 provos Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -284,6 +284,8 @@ #define PCMCIA_PRODUCT_LINKSYS_COMBO_ECARD 0xc1ab #define PCMCIA_CIS_LINKSYS2_IWN { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_LINKSYS2_IWN 0x1612 +#define PCMCIA_CIS_LINKSYS2_IWN2 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_LINKSYS2_IWN2 0x1613 /* Lucent WaveLAN/IEEE */ #define PCMCIA_CIS_LUCENT_WAVELAN_IEEE { NULL, NULL, NULL, NULL } |