summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-02 05:13:31 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-02 05:13:31 +0000
commitf7de5e5cee1cb4ebacce807db745ef648aee1a45 (patch)
tree3e9db26c88e6c6117d6ceba374819e80f7c73a37 /wcfxs.c
parent044e37e46ffdcbc5210528bc99ee709f30adc7ac (diff)
Really pull external reset low first
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@382 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 51f4981..d7fd1b3 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -1577,7 +1577,7 @@ static int wcfxs_hardware_init(struct wcfxs *wc)
}
/* Reset PCI Interface chip and registers (and serial) */
- outb(0x07, wc->ioaddr + WC_CNTL);
+ outb(0x06, wc->ioaddr + WC_CNTL);
/* Setup our proper outputs for when we switch for our "serial" port */
wc->ios = BIT_CS | BIT_SCLK | BIT_SDI;