From ef6877cdcaaf880700ee8716366960f90118b22d Mon Sep 17 00:00:00 2001 From: malcolmd Date: Sun, 14 Aug 2005 20:09:25 +0000 Subject: 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 --- wct4xxp.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3