svn commit: r192946 - projects/mips/sys/mips/atheros
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Thu May 28 00:47:51 UTC 2009
Author: gonzo
Date: Thu May 28 00:47:50 2009
New Revision: 192946
URL: http://svn.freebsd.org/changeset/base/192946
Log:
- Revert fix by dwhite that has been accidentally lost in r192783
commit.
Modified:
projects/mips/sys/mips/atheros/if_arge.c
Modified: projects/mips/sys/mips/atheros/if_arge.c
==============================================================================
--- projects/mips/sys/mips/atheros/if_arge.c Thu May 28 00:47:32 2009 (r192945)
+++ projects/mips/sys/mips/atheros/if_arge.c Thu May 28 00:47:50 2009 (r192946)
@@ -1624,6 +1624,10 @@ arge_intr(void *arg)
}
}
+ /*
+ * We handled all bits, clear status
+ */
+ sc->arge_intr_status = 0;
ARGE_UNLOCK(sc);
/*
* re-enable all interrupts
More information about the svn-src-projects
mailing list