[svn-commits] mspiceland: branch linux/mspiceland/dahdi-qfalc31 r7054 - /linux/team/mspicel...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 21 09:51:40 CDT 2009


Author: mspiceland
Date: Fri Aug 21 09:51:37 2009
New Revision: 7054

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=7054
Log:
add a little bit of debug until we figure out whats going on with the 
set_timing_auto strangeness.

Modified:
    linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c

Modified: linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7054&r1=7053&r2=7054
==============================================================================
--- linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c Fri Aug 21 09:51:37 2009
@@ -2740,8 +2740,10 @@
 			t4_check_alarms(wc, span);
 	} else {
 		/* T1 checks */
-		if (isr2 || (isr3 & 0x08)) 
+		if (isr2 || (isr3 & 0x08)) {
+			printk("card %d span %d: isr2=%x isr3=%x\n", wc->num, span, isr2, isr3);
 			t4_check_alarms(wc, span);		
+		}
 	}
 	if (!ts->span.alarms) {
 		if ((isr3 & 0x3) || (isr4 & 0xc0))




More information about the svn-commits mailing list