aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-08-27 04:36:27 +0000
committerWarner Losh <imp@FreeBSD.org>2008-08-27 04:36:27 +0000
commitcfd23b465a404b90723f9b57a0a81730924ebdd0 (patch)
treea5ede6605c4c810db6fb4560ac3fef8f4fd33e32 /sys/dev/pccard
parent505c6d6ae9a19bcfa0fb838ec1dea2b9b3796550 (diff)
downloadsrc-cfd23b465a404b90723f9b57a0a81730924ebdd0.tar.gz
src-cfd23b465a404b90723f9b57a0a81730924ebdd0.zip
Notes
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/pccard_cis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pccard/pccard_cis.c b/sys/dev/pccard/pccard_cis.c
index aaa73922b5e9..4a83d959f7db 100644
--- a/sys/dev/pccard/pccard_cis.c
+++ b/sys/dev/pccard/pccard_cis.c
@@ -1144,6 +1144,8 @@ pccard_parse_cis_tuple(const struct pccard_tuple *tuple, void *arg)
cfe->irqmask =
(1 << (reg & PCCARD_TPCE_IR_IRQ));
}
+ } else {
+ cfe->irqmask = 0xffff;
}
if (memspace) {
if (tuple->length <= idx) {