diff options
author | imp <imp@FreeBSD.org> | 2003-08-14 06:27:48 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-14 06:27:48 +0000 |
commit | d969d27534969f6b7e22185e9914a32409489b58 (patch) | |
tree | be9afff9c96b429fded7b66b29bc5de13d9361c0 | |
parent | 9f565465910742f85954d6c739c01f1e3db47f23 (diff) | |
download | FreeBSD-src-d969d27534969f6b7e22185e9914a32409489b58.zip FreeBSD-src-d969d27534969f6b7e22185e9914a32409489b58.tar.gz |
resync to pcarddevs 1.63
-rw-r--r-- | sys/dev/pccard/pccarddevs.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccarddevs.h b/sys/dev/pccard/pccarddevs.h index 5aaff52..455ef0c 100644 --- a/sys/dev/pccard/pccarddevs.h +++ b/sys/dev/pccard/pccarddevs.h @@ -4,7 +4,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.62 2003/08/07 19:33:11 imp Exp + * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.63 2003/08/14 06:26:58 imp Exp */ /* $NetBSD: pcmciadevs,v 1.184 2003/07/26 10:39:32 martin Exp $ */ /* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */ @@ -104,6 +104,7 @@ #define PCMCIA_VENDOR_IODATA2 0x028a /* I-O DATA */ #define PCMCIA_VENDOR_ASUS 0x02aa /* ASUS */ #define PCMCIA_VENDOR_SIEMENS 0x02ac /* Siemens */ +#define PCMCIA_VENDOR_MICROSOFT 0x02d2 /* Microsoft Corporation */ #define PCMCIA_VENDOR_NWN 0x0602 /* No Wires Needed */ #define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */ #define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */ @@ -494,6 +495,11 @@ #define PCMCIA_PRODUCT_MELCO_LPC3_CLX 0x0301 #define PCMCIA_STR_MELCO_LPC3_CLX "Melco LPC3-CLX Ethernet Adapter" +/* Microsoft Products */ +#define PCMCIA_CIS_MICROSOFT_MN_520 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_MICROSOFT_MN_520 0x0001 +#define PCMCIA_STR_MICROSOFT_MN_520 "Microsoft MN-520 WLAN Card" + /* Motorola Products */ #define PCMCIA_CIS_MOTOROLA_POWER144 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_MOTOROLA_POWER144 0x0105 |