summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-01-11 18:32:27 +0000
committernate <nate@FreeBSD.org>1997-01-11 18:32:27 +0000
commit588524edebc65a9379af6fd078fdc786b18d07dd (patch)
tree9f4eb9d9ebf2a1c84dca0e95150d465ea2f22f6f /sys/pccard/pcic.c
parent74e2dbdd0962c9c9675a75887cb3494992d8d81e (diff)
downloadFreeBSD-src-588524edebc65a9379af6fd078fdc786b18d07dd.zip
FreeBSD-src-588524edebc65a9379af6fd078fdc786b18d07dd.tar.gz
Whoops, typo.
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index e06a034..2f66575 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -567,7 +567,7 @@ pcic_probe(void)
cinfo.maxmem = PCIC_MEM_WIN;
cinfo.maxio = PCIC_IO_WIN;
cinfo.irqs = free_irqs;
- cinfo.pcic_imask = &pcic_imask;
+ cinfo.imask = &pcic_imask;
#ifdef LKM
bzero(pcic_slots, sizeof(pcic_slots));
OpenPOWER on IntegriCloud