[Asterisk-cvs] zaptel wcfxs.c,1.52,1.53

markster at lists.digium.com markster at lists.digium.com
Sun May 2 01:05:58 CDT 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv985

Modified Files:
	wcfxs.c 
Log Message:
Really pull external reset low first


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxs.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- wcfxs.c	1 May 2004 03:22:54 -0000	1.52
+++ wcfxs.c	2 May 2004 05:13:31 -0000	1.53
@@ -1577,7 +1577,7 @@
 	}
 
 	/* 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;
 




More information about the svn-commits mailing list