[zaptel-commits] mattf: branch 1.4 r2209 - in /branches/1.4: ./ wct4xxp/base.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Feb 21 10:28:00 MST 2007


Author: mattf
Date: Wed Feb 21 11:27:59 2007
New Revision: 2209

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2209
Log:
Merged revisions 2208 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2208 | mattf | 2007-02-21 11:26:05 -0600 (Wed, 21 Feb 2007) | 2 lines

Make sure we do the IRQ fix in the gen1 interrupt handler as well.

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/wct4xxp/base.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/base.c?view=diff&rev=2209&r1=2208&r2=2209
==============================================================================
--- branches/1.4/wct4xxp/base.c (original)
+++ branches/1.4/wct4xxp/base.c Wed Feb 21 11:27:59 2007
@@ -2727,8 +2727,6 @@
 	inirq = 1;
 	/* Make sure it's really for us */
 	status = t4_pci_in(wc, WC_INTR);
-	t4_pci_out(wc, WC_INTR, 0);
-
 	/* Process framer interrupts */
 	status2 = t4_framer_in(wc, 0, FRMR_CIS);
 	if (status2 & 0x0f) {
@@ -2747,6 +2745,8 @@
 #else
 		return;
 #endif		
+
+	t4_pci_out(wc, WC_INTR, 0);
 
 	if (!wc->spansstarted) {
 		printk("Not prepped yet!\n");



More information about the zaptel-commits mailing list