summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-14 20:09:25 +0000
committermalcolmd <malcolmd@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-14 20:09:25 +0000
commitef6877cdcaaf880700ee8716366960f90118b22d (patch)
treee3033037ce4001120a99e73a8fe4bd00edfdf56e
parentb3fd2fd0f5d0f6d6e687e1e53608c73a42dfa955 (diff)
Apply Interrupt on Reload / SoftBoot Fix to Stable branch
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@736 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index ec1bfa6..00b98f3 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -1390,6 +1390,8 @@ static int t4_startup(struct zt_span *span)
#ifdef VPM_SUPPORT
wc->dmactrl |= wc->vpm;
#endif
+ /* Seed interrupt register */
+ __t4_pci_out(wc, WC_INTR, 0x0c);
if (noburst)
wc->dmactrl |= (1 << 26);
__t4_pci_out(wc, WC_DMACTRL, wc->dmactrl);