From 265f71a31eba5cc0de71b19d603af155cd2930f3 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 14 Dec 2004 22:37:19 +0000 Subject: Fix FXO issue git-svn-id: http://svn.digium.com/svn/zaptel/trunk@511 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wcfxo.c') 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) -- cgit v1.2.3