[zaptel-commits] kpfleming: branch 1.2 r1953 - /branches/1.2/wcfxo.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Wed Jan 24 06:01:36 MST 2007
Author: kpfleming
Date: Wed Jan 24 07:01:36 2007
New Revision: 1953
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1953
Log:
might as well fix this driver too :-)
Modified:
branches/1.2/wcfxo.c
Modified: branches/1.2/wcfxo.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wcfxo.c?view=diff&rev=1953&r1=1952&r2=1953
==============================================================================
--- branches/1.2/wcfxo.c (original)
+++ branches/1.2/wcfxo.c Wed Jan 24 07:01:36 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