summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/if_arge.c
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2009-05-28 00:47:50 +0000
committergonzo <gonzo@FreeBSD.org>2009-05-28 00:47:50 +0000
commit077c4fcdfe90d933798a8e7efb4934c577b3ee85 (patch)
tree2fbcf103acc31deef4fd761bb055e55309696929 /sys/mips/atheros/if_arge.c
parent413dd47d0af417bc9777ad649f1e079a90a0201d (diff)
downloadFreeBSD-src-077c4fcdfe90d933798a8e7efb4934c577b3ee85.zip
FreeBSD-src-077c4fcdfe90d933798a8e7efb4934c577b3ee85.tar.gz
- Revert fix by dwhite that has been accidentally lost in r192783
commit.
Diffstat (limited to 'sys/mips/atheros/if_arge.c')
-rw-r--r--sys/mips/atheros/if_arge.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/mips/atheros/if_arge.c b/sys/mips/atheros/if_arge.c
index c4f48f3..08cd443 100644
--- a/sys/mips/atheros/if_arge.c
+++ b/sys/mips/atheros/if_arge.c
@@ -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
OpenPOWER on IntegriCloud