From bc21da1f3f59930a96cd6829bfaf0147d28b7754 Mon Sep 17 00:00:00 2001 From: nate Date: Sun, 26 Oct 1997 02:55:31 +0000 Subject: - Call 'callout_handle_init' on the two timeout channels after they are created in the new slot controller structure. --- sys/pccard/pccard.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') 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; -- cgit v1.1