aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-07-11 20:49:36 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-07-11 20:49:36 +0000
commitc660bdfa66a19695ce70c1208f247d49b647c6a6 (patch)
tree321bf9ba8ec24a82a3730b9d4f1b4920e137ee7c /sys/dev/fxp
parent00041cf539a7a7f5678d2f230556b012df584942 (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 302666267f65..b894b375e5c4 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -1550,8 +1550,8 @@ fxp_intr(void *xsc)
if (ether_poll_register(fxp_poll, ifp)) {
/* disable interrupts */
CSR_WRITE_1(sc, FXP_CSR_SCB_INTRCNTL, FXP_SCB_INTR_DISABLE);
- fxp_poll(ifp, 0, 1);
FXP_UNLOCK(sc);
+ fxp_poll(ifp, 0, 1);
return;
}
#endif