diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-05-15 17:40:32 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-05-15 17:40:32 +0000 |
commit | 70f435790155c037fabac05bcd2768ab932c04f0 (patch) | |
tree | 35f743db03983b7d57b826d16ebe205f43a58fee | |
parent | ec70bc72e786873bbe1d1e961ed1e1a078347709 (diff) |
regen
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index c42d7cec535..a75d73c66f9 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.133 2006/07/28 17:14:00 brad Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.134 2007/05/15 17:40:31 mglocker Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.130 2006/07/28 17:13:43 brad Exp + * OpenBSD: pcmciadevs,v 1.131 2007/05/15 17:39:51 mglocker Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -98,6 +98,7 @@ #define PCMCIA_VENDOR_ASUS 0x02aa /* ASUS */ #define PCMCIA_VENDOR_SIEMENS 0x02ac /* Siemens */ #define PCMCIA_VENDOR_MICROSOFT 0x02d2 /* Microsoft */ +#define PCMCIA_VENDOR_AMBICOM 0x02df /* AmbiCom, Inc. */ #define PCMCIA_VENDOR_NWN 0x0602 /* No Wires Needed */ #define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */ #define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */ @@ -177,6 +178,10 @@ #define PCMCIA_CIS_ALLIEDTELESIS_LA_PCM { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_ALLIEDTELESIS_LA_PCM 0x0002 +/* AmbiCom, Inc. */ +#define PCMCIA_CIS_AMBICOM_WL54CF { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_AMBICOM_WL54CF 0x8103 + /* Archos */ #define PCMCIA_CIS_ARCHOS_ARC_ATAPI { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_ARCHOS_ARC_ATAPI 0x0043 @@ -580,7 +585,6 @@ /* Cards we know only by their cis */ #define PCMCIA_VENDOR_ACCTON -1 /* ACCTON */ #define PCMCIA_VENDOR_ADDTRON -1 /* Addtron */ -#define PCMCIA_VENDOR_AMBICOM -1 /* AmbiCom */ #define PCMCIA_VENDOR_AMD -1 /* AMD */ #define PCMCIA_VENDOR_AROWANA -1 /* Arowana */ #define PCMCIA_VENDOR_BILLIONTON -1 /* Billionton Systems Inc. */ |