summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-10-27 16:42:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-10-27 16:42:20 +0000
commit4add00d00a7eaaf87d0161b15753a305c403b600 (patch)
tree58ced2f685c88649b70409fe99fa77b8f99a5b1e /sys/dev/pcmcia
parent289fe887f5cfa4df67525a9db1fe012ab565ff8a (diff)
use a quirk to attach the new sierra wireless; tony@kozoru.com
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r--sys/dev/pcmcia/pcmcia_cis_quirks.c5
-rw-r--r--sys/dev/pcmcia/pcmciadevs.h6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/pcmcia_cis_quirks.c b/sys/dev/pcmcia/pcmcia_cis_quirks.c
index 29d8f7fc7c3..e003cddcf11 100644
--- a/sys/dev/pcmcia/pcmcia_cis_quirks.c
+++ b/sys/dev/pcmcia/pcmcia_cis_quirks.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcmcia_cis_quirks.c,v 1.7 2004/01/24 23:32:13 deraadt Exp $ */
+/* $OpenBSD: pcmcia_cis_quirks.c,v 1.8 2005/10/27 16:42:19 deraadt Exp $ */
/* $NetBSD: pcmcia_cis_quirks.c,v 1.3 1998/12/29 09:00:28 marc Exp $ */
/*
@@ -200,6 +200,9 @@ static struct pcmcia_cis_quirk pcmcia_cis_quirks[] = {
{ PCMCIA_VENDOR_SIERRA, PCMCIA_PRODUCT_SIERRA_A710,
PCMCIA_CIS_INVALID,
&pcmcia_sierra_a555_func1, &pcmcia_sierra_a555_func1_cfe0 },
+ { PCMCIA_VENDOR_SIERRA, PCMCIA_PRODUCT_SIERRA_AC710,
+ PCMCIA_CIS_INVALID,
+ &pcmcia_sierra_a555_func1, &pcmcia_sierra_a555_func1_cfe0 },
{ PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
PCMCIA_CIS_SVEC_LANCARD,
&pcmcia_sveclancard_func0, &pcmcia_sveclancard_func0_cfe0 },
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h
index 0256aeca2c0..111547218cc 100644
--- a/sys/dev/pcmcia/pcmciadevs.h
+++ b/sys/dev/pcmcia/pcmciadevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: pcmciadevs.h,v 1.126 2005/04/27 15:40:18 jakob Exp $ */
+/* $OpenBSD: pcmciadevs.h,v 1.127 2005/10/27 16:42:19 deraadt Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcmciadevs,v 1.123 2005/04/27 15:39:39 jakob Exp
+ * OpenBSD: pcmciadevs,v 1.124 2005/10/27 16:42:01 deraadt Exp
*/
/* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */
@@ -498,6 +498,8 @@
#define PCMCIA_PRODUCT_SIEMENS_SS1021 0x0002
/* Sierra */
+#define PCMCIA_CIS_SIERRA_AC710 { NULL, NULL, NULL, NULL }
+#define PCMCIA_PRODUCT_SIERRA_AC710 0x0710
#define PCMCIA_CIS_SIERRA_A550 { NULL, NULL, NULL, NULL }
#define PCMCIA_PRODUCT_SIERRA_A550 0xa550
#define PCMCIA_CIS_SIERRA_A555 { NULL, NULL, NULL, NULL }