summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-29 06:10:15 +0000
committerimp <imp@FreeBSD.org>2002-01-29 06:10:15 +0000
commita8d6fd739339dd7ee241c8b5e6e6cf86f8e5204a (patch)
tree600ef5d37d53a39f56346ba73fb28f016c896425
parent3f314d0de0cf1782e006cd8887a4621d5710e2e3 (diff)
downloadFreeBSD-src-a8d6fd739339dd7ee241c8b5e6e6cf86f8e5204a.zip
FreeBSD-src-a8d6fd739339dd7ee241c8b5e6e6cf86f8e5204a.tar.gz
Sync to 1.27 of pccarddevs
-rw-r--r--sys/dev/pccard/pccarddevs.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pccard/pccarddevs.h b/sys/dev/pccard/pccarddevs.h
index e598c28..ab2f7b9 100644
--- a/sys/dev/pccard/pccarddevs.h
+++ b/sys/dev/pccard/pccarddevs.h
@@ -4,9 +4,9 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.26 2002/01/08 20:52:23 imp Exp
+ * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.27 2002/01/29 06:09:39 imp Exp
*/
-/* $NetBSD: pcmciadevs,v 1.156 2001/12/29 15:00:45 pooka Exp $ */
+/* $NetBSD: pcmciadevs,v 1.159 2002/01/28 09:25:33 aymeric Exp $ */
/* $OpenBSD: pcmciadevs,v 1.71 2001/10/28 19:21:37 mickey Exp $ */
/*-
@@ -77,6 +77,7 @@
#define PCMCIA_VENDOR_SYMBOL2 0x014d /* Symbol */
#define PCMCIA_VENDOR_LUCENT 0x0156 /* Lucent Technologies */
#define PCMCIA_VENDOR_AIRONET 0x015f /* Aironet Wireless Communications */
+#define PCMCIA_VENDOR_ERICSSON 0x016b /* Ericsson */
#define PCMCIA_VENDOR_PSION 0x016c /* Psion */
#define PCMCIA_VENDOR_COMPAQ2 0x0183 /* Compaq */
#define PCMCIA_VENDOR_KINGSTON 0x0186 /* Kingston */
@@ -99,6 +100,7 @@
#define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */
#define PCMCIA_VENDOR_ARCHOS 0x5241 /* Archos */
#define PCMCIA_VENDOR_DUAL 0x890f /* Dual */
+#define PCMCIA_VENDOR_EDIMAX 0x890f /* Edimax Technology Inc. */
#define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex Corporation */
#define PCMCIA_VENDOR_MELCO 0x8a01 /* Melco Corporation */
#define PCMCIA_VENDOR_ZONET 0x8a01 /* Zonet Technology Inc. */
@@ -254,6 +256,11 @@
#define PCMCIA_PRODUCT_DUAL_NE2000 0x0100
#define PCMCIA_STR_DUAL_NE2000 "Dual NE2000"
+/* Edimax Products */
+#define PCMCIA_CIS_EDIMAX_EP4000A { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_EDIMAX_EP4000A 0x0100
+#define PCMCIA_STR_EDIMAX_EP4000A "Edimax EP4000A"
+
/* ELSA Products */
#define PCMCIA_CIS_ELSA_MC2_IEEE { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_ELSA_MC2_IEEE 0x0001
@@ -270,6 +277,11 @@
#define PCMCIA_PRODUCT_EMTAC_WLAN 0x0002
#define PCMCIA_STR_EMTAC_WLAN "EMTAC A2424i 11Mbps WLAN Card"
+/* Ericsson */
+#define PCMCIA_CIS_ERICSSON_WIRELESSLAN { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_ERICSSON_WIRELESSLAN 0x0001
+#define PCMCIA_STR_ERICSSON_WIRELESSLAN "DSSS Wireless LAN PC Card"
+
/* Farallon */
#define PCMCIA_CIS_FARALLON_SKYLINE { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_FARALLON_SKYLINE 0x0a01
OpenPOWER on IntegriCloud