summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-27 18:12:04 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-27 18:12:04 +0000
commita80a98f343dabe7bf7b5d76098c3d8f04f43f6c2 (patch)
tree3c6b5948a1762a73c1f5a8740112ac60ade9f690 /sys/dev
parent8674e7b40f2448725936ba8af1760a75cd5db3db (diff)
match on buffalo and emtac wavelans; from netbsd
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pcmcia/if_wi_pcmcia.c17
-rw-r--r--sys/dev/pcmcia/pcmciadevs.h14
2 files changed, 28 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_wi_pcmcia.c b/sys/dev/pcmcia/if_wi_pcmcia.c
index b7b97c4e60a..f4ff16b128e 100644
--- a/sys/dev/pcmcia/if_wi_pcmcia.c
+++ b/sys/dev/pcmcia/if_wi_pcmcia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_pcmcia.c,v 1.13 2001/11/20 23:39:51 mickey Exp $ */
+/* $OpenBSD: if_wi_pcmcia.c,v 1.14 2001/11/27 18:12:03 mickey Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -209,6 +209,21 @@ static const struct wi_pcmcia_product {
PCMCIA_CIS_ELSA_XI800_IEEE,
"ELSA XI800 CF Wireless LAN"
},
+ { PCMCIA_VENDOR_BUFFALO,
+ PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11,
+ PCMCIA_CIS_BUFFALO_WLI_PCM_S11,
+ "BUFFALO AirStation 11Mbps WLAN"
+ },
+ { PCMCIA_VENDOR_BUFFALO,
+ PCMCIA_PRODUCT_BUFFALO_WLI_CF_S11G,
+ PCMCIA_CIS_BUFFALO_WLI_CF_S11G,
+ "BUFFALO AirStation 11Mbps CF WLAN"
+ },
+ { PCMCIA_VENDOR_EMTAC,
+ PCMCIA_PRODUCT_EMTAC_WLAN,
+ PCMCIA_CIS_EMTAC_WLAN,
+ "EMTAC A2424i 11Mbps WLAN Card"
+ },
{ 0,
0,
{ NULL, NULL, NULL, NULL },
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h
index 59151a56be9..7ef406e46eb 100644
--- a/sys/dev/pcmcia/pcmciadevs.h
+++ b/sys/dev/pcmcia/pcmciadevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: pcmciadevs.h,v 1.79 2001/11/23 11:21:17 jakob Exp $ */
+/* $OpenBSD: pcmciadevs.h,v 1.80 2001/11/27 18:12:03 mickey Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcmciadevs,v 1.75 2001/11/23 11:20:47 jakob Exp
+ * OpenBSD: pcmciadevs,v 1.77 2001/11/27 18:11:05 mickey Exp
*/
/* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */
@@ -163,6 +163,12 @@
#define PCMCIA_CIS_BREEZECOM_BREEZENET { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_BREEZECOM_BREEZENET 0x0102
+/* BUFFALO Products */
+#define PCMCIA_CIS_BUFFALO_WLI_PCM_S11 { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11 0x0305
+#define PCMCIA_CIS_BUFFALO_WLI_CF_S11G { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_BUFFALO_WLI_CF_S11G 0x030b
+
/* Contec C-NET(PC) */
#define PCMCIA_CIS_CONTEC_CNETPC { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_CONTEC_CNETPC 0x0000
@@ -201,6 +207,10 @@
#define PCMCIA_CIS_ELSA_XI800_IEEE { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_ELSA_XI800_IEEE 0x0004
+/* EMTAC */
+#define PCMCIA_CIS_EMTAC_WLAN { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_EMTAC_WLAN 0x0002
+
/* Farallon Communications */
#define PCMCIA_CIS_FARALLON_SKYLINE { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_FARALLON_SKYLINE 0x0a01