diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-20 04:55:23 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-20 04:55:23 +0000 |
commit | 6b827718b7f1af77b9921bb52760f1967decf631 (patch) | |
tree | f2b68d5039b2621c7a38c45063cb758b44173b3c | |
parent | 73de609c5322d7942ab3fed452934d37f01a7e37 (diff) |
regen
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 4024b876727..7101d44645e 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.41 2000/05/29 17:04:39 fgsch Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.42 2000/06/20 04:55:22 niklas Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.36 2000/05/29 17:04:00 fgsch Exp + * OpenBSD: pcmciadevs,v 1.37 2000/06/20 04:54:40 niklas Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -75,6 +75,7 @@ #define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */ #define PCMCIA_VENDOR_NOKIA 0x023d /* Nokia Communications */ #define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */ +#define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */ #define PCMCIA_VENDOR_LASAT 0x3401 /* Lasat */ #define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */ #define PCMCIA_VENDOR_DUAL 0x890f /* Dual */ @@ -254,6 +255,8 @@ #define PCMCIA_PRODUCT_NEWMEDIA_MULTIMEDIA 0x100b #define PCMCIA_CIS_NEWMEDIA_BUSTOASTER { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_NEWMEDIA_BUSTOASTER 0xc102 +#define PCMCIA_CIS_NEWMEDIA2_BUSTOASTER { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_NEWMEDIA2_BUSTOASTER 0x0001 /* Nokia Products */ #define PCMCIA_CIS_NOKIA_C020_WLAN { NULL, NULL, NULL, NULL } @@ -264,6 +267,8 @@ #define PCMCIA_PRODUCT_PANASONIC_KXLC002 0x0304 #define PCMCIA_CIS_PANASONIC_KXLC003 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_PANASONIC_KXLC003 0x0504 +#define PCMCIA_CIS_PANASONIC_KME { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_PANASONIC_KME 0x2604 /* Proxim */ #define PCMCIA_CIS_PROXIM_ROAMABOUT_2400FH { NULL, NULL, NULL, NULL } |