summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-14 22:37:19 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-14 22:37:19 +0000
commit265f71a31eba5cc0de71b19d603af155cd2930f3 (patch)
tree6868935d7e541b596a49fd223f0093249435629a /wcfxo.c
parent788f4b5aa4659579d3f44c07f8b9ce5e8e7083a4 (diff)
Fix FXO issue
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@511 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 924a19d..0a7d212 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -670,7 +670,7 @@ static int wcfxo_hardware_init(struct wcfxo *wc)
outb(0x01, wc->ioaddr + WC_CNTL);
/* Make sure serial port and DMA are out of reset */
- outb(inb(wc->ioaddr + WC_CNTL) & 0xf9, WC_CNTL);
+ outb(inb(wc->ioaddr + WC_CNTL) & 0xf9, wc->ioaddr + WC_CNTL);
/* Configure serial port for MSB->LSB operation */
if (wc->flags & FLAG_DOUBLE_CLOCK)