summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard')
-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 f96c142..fc3d3f3 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;
OpenPOWER on IntegriCloud