summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-27 17:32:04 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-07-27 17:32:04 +0000
commita2bedaa8669bfbcfe8f714439bbb20a8b38cdfe3 (patch)
tree3d74585a162d1994f98f087cdc32965f4e1b599b /wct4xxp.c
parentcad4147a8238eb17cf7d5a8936c13b1cbe70debd (diff)
Do readback each time
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@223 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 6b68c27..a6d7d1b 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -169,7 +169,7 @@ static inline void __t4_pci_out(struct t4 *wc, const unsigned int addr, const un
{
unsigned int tmp;
wc->membase[addr] = value;
-#if 0
+#if 1
tmp = wc->membase[addr];
if ((value != tmp) && (addr != WC_LEDS) && (addr != WC_LDATA) &&
(addr != WC_GPIO))