[Asterisk-cvs] zaptel wcfxs.c,1.50,1.51

markster at lists.digium.com markster at lists.digium.com
Thu Apr 29 18:57:31 CDT 2004


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

Modified Files:
	wcfxs.c 
Log Message:
Enable alternate AUX0 output


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxs.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- wcfxs.c	25 Apr 2004 02:27:38 -0000	1.50
+++ wcfxs.c	29 Apr 2004 23:04:26 -0000	1.51
@@ -1583,6 +1583,9 @@
 
 	/* Set all to outputs except AUX 5, which is an input */
 	outb(0xdf, wc->ioaddr + WC_AUXC);
+
+	/* Select alternate function for AUX0 */
+	outb(0x4, wc->ioaddr + WC_AUXFUNC);
 	
 	/* Wait 1/4 of a sec */
 	oldjiffies = jiffies;




More information about the svn-commits mailing list