aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-10-26 02:55:31 +0000
committerNate Williams <nate@FreeBSD.org>1997-10-26 02:55:31 +0000
commit6d9fc55f8db0f1b4c7b0ec45b49f2f447e9daca7 (patch)
treefffe7c3bff0ae1a6c1f2087d8b6e429e51b8ba5e
parent75240ed1789e0754da5b1024dcb80dcfc5dae0c3 (diff)
Notes
-rw-r--r--sys/pccard/pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index f96c1423e2b7..fc3d3f3ace15 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -466,6 +466,8 @@ pccard_alloc_slot(struct slot_ctrl *cp)
printf("PC-Card %s (%d mem & %d I/O windows)\n",
cp->name, cp->maxmem, cp->maxio);
}
+ callout_handle_init(&slt->insert_ch);
+ callout_handle_init(&slt->poff_ch);
#if NAPM > 0
{
struct apmhook *ap;