summaryrefslogtreecommitdiff
path: root/kernel/wct4xxp/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/wct4xxp/base.c')
-rw-r--r--kernel/wct4xxp/base.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel/wct4xxp/base.c b/kernel/wct4xxp/base.c
index e9bc1c2..ad8b7c6 100644
--- a/kernel/wct4xxp/base.c
+++ b/kernel/wct4xxp/base.c
@@ -6,7 +6,7 @@
* written by Jim Dixon <jim@lambdatel.com>.
*
* Copyright (C) 2001 Jim Dixon / Zapata Telephony.
- * Copyright (C) 2001-2005, Digium, Inc.
+ * Copyright (C) 2001-2009, Digium, Inc.
*
* All rights reserved.
*
@@ -3500,6 +3500,10 @@ static int __devinit t4_launch(struct t4 *wc)
return -1;
}
}
+ /* Start the first span on the card with the default configuration so
+ * that it may provide timing to Asterisk before being properly
+ * configured. */
+ t4_startup(&wc->tspans[0]->span);
set_bit(T4_CHECK_TIMING, &wc->checkflag);
spin_lock_irqsave(&wc->reglock, flags);
__t4_set_timing_source(wc,4, 0, 0);