summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-10 02:46:59 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-10 02:46:59 +0000
commit1c137577ee372b4056b7f204367d719fc4662539 (patch)
treec7252bb023eb9abc62903d65bb53923712963a41
parentf16379a487fc03bab040cee981c86e65301706c7 (diff)
re-enable magic :-)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@672 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index cf5e665..484e1d1 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -359,7 +359,7 @@ static inline void __t4_pci_out(struct t4 *wc, const unsigned int addr, const un
{
unsigned int tmp;
wc->membase[addr] = cpu_to_le32(value);
-#if 0
+#if 1
tmp = le32_to_cpu(wc->membase[addr]);
if ((value != tmp) && (addr != WC_LEDS) && (addr != WC_LDATA) &&
(addr != WC_GPIO) && (addr != WC_INTR))