summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-23 12:05:24 +0000
committerphk <phk@FreeBSD.org>1995-10-23 12:05:24 +0000
commit04268c7f68fff30977b4b06417159a9a191cfccf (patch)
tree4e2de870dcf3d113ba8d1ca188a1914bf3dc53f4 /sys/pccard
parent400abc291e4d111e3f6db8b0664dac0251a4e361 (diff)
downloadFreeBSD-src-04268c7f68fff30977b4b06417159a9a191cfccf.zip
FreeBSD-src-04268c7f68fff30977b4b06417159a9a191cfccf.tar.gz
Fix a missing arg to untimeout.
Diffstat (limited to 'sys/pccard')
-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 a5df02a..071c174 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -248,7 +248,7 @@ pcic_unload()
int slot;
struct pcic_slot *cp = pcic_slots;
- untimeout(pcictimeout);
+ untimeout(pcictimeout,0);
if (pcic_irq)
{
for (slot = 0; slot < PCIC_MAX_SLOTS; slot++, cp++) {
OpenPOWER on IntegriCloud