[zaptel-commits] kpfleming: branch 1.4 r1954 - in /branches/1.4: ./ wcfxo.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Wed Jan 24 06:11:20 MST 2007


Author: kpfleming
Date: Wed Jan 24 07:11:19 2007
New Revision: 1954

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1954
Log:
Merged revisions 1953 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r1953 | kpfleming | 2007-01-24 07:01:36 -0600 (Wed, 24 Jan 2007) | 2 lines

might as well fix this driver too :-)

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/wcfxo.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wcfxo.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcfxo.c?view=diff&rev=1954&r1=1953&r2=1954
==============================================================================
--- branches/1.4/wcfxo.c (original)
+++ branches/1.4/wcfxo.c Wed Jan 24 07:11:19 2007
@@ -407,7 +407,6 @@
 #endif
 
 	ints = inb(wc->ioaddr + WC_INTSTAT);
-	outb(ints, wc->ioaddr + WC_INTSTAT);
 
 
 	if (!ints)
@@ -416,6 +415,8 @@
 #else
 		return;
 #endif		
+
+	outb(ints, wc->ioaddr + WC_INTSTAT);
 
 	if (ints & 0x0c) {  /* if there is a rx interrupt pending */
 #ifdef ENABLE_TASKLETS



More information about the zaptel-commits mailing list