[Asterisk-cvs] zaptel wct4xxp.c,1.47,1.48
markster at lists.digium.com
markster at lists.digium.com
Mon Jul 12 09:31:43 CDT 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv10472
Modified Files:
wct4xxp.c
Log Message:
Ignore write/read mismatch on WC_INTR since that's actually pretty reasonable if the interrupt handling is fast enough
Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- wct4xxp.c 14 Jun 2004 22:34:12 -0000 1.47
+++ wct4xxp.c 12 Jul 2004 13:17:28 -0000 1.48
@@ -187,7 +187,7 @@
#if 1
tmp = wc->membase[addr];
if ((value != tmp) && (addr != WC_LEDS) && (addr != WC_LDATA) &&
- (addr != WC_GPIO))
+ (addr != WC_GPIO) && (addr != WC_INTR))
printk("Tried to load %08x into %08x, but got %08x instead\n", value, addr, tmp);
#endif
}
More information about the svn-commits
mailing list