aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-07-29 04:32:35 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-07-29 04:32:35 +0000
commite2102ae4753fd3bc0efafc37298db1f43033ef7d (patch)
tree88827323d1aec438f966f6b5975daa37d26767fc /sys/dev
parente823d3404b4f4e4c96d0a0d5297b2d2b60b23458 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fxp/if_fxp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index da9dc0e4051b..2790079f7d00 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -1253,13 +1253,11 @@ fxp_intr_body(struct fxp_softc *sc, u_int8_t statack, int count)
sc->tx_queued--;
}
sc->cbl_first = txp;
+ ifp->if_timer = 0;
if (sc->tx_queued == 0) {
- ifp->if_timer = 0;
if (sc->need_mcsetup)
fxp_mc_setup(sc);
- } else
- ifp->if_timer = 5;
-
+ }
/*
* Try to start more packets transmitting.
*/