From 1fb153c87c57cb4d09d9be7116ae88f98e29f496 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 14 Aug 2005 16:15:30 +0000 Subject: Fix lack of interrupts on driver reload / soft reboot git-svn-id: http://svn.digium.com/svn/zaptel/trunk@735 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wct4xxp.c b/wct4xxp.c index 23103ac..0e36e42 100755 --- a/wct4xxp.c +++ b/wct4xxp.c @@ -1384,6 +1384,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