diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-27 16:42:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-27 16:42:20 +0000 |
commit | 4add00d00a7eaaf87d0161b15753a305c403b600 (patch) | |
tree | 58ced2f685c88649b70409fe99fa77b8f99a5b1e /sys/dev/pcmcia/pcmcia_cis_quirks.c | |
parent | 289fe887f5cfa4df67525a9db1fe012ab565ff8a (diff) |
use a quirk to attach the new sierra wireless; tony@kozoru.com
Diffstat (limited to 'sys/dev/pcmcia/pcmcia_cis_quirks.c')
-rw-r--r-- | sys/dev/pcmcia/pcmcia_cis_quirks.c | 5 |
1 files changed, 4 insertions, 1 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 }, |