From 1b612ce28ee4ea3ef3bb4da8e2c6b72471420bf1 Mon Sep 17 00:00:00 2001 From: yongari Date: Sat, 25 Oct 2008 02:41:11 +0000 Subject: Don't rearm watchdog timer in rl_txeof(). The watchdog timer was already set in rl_start_locked(). Touching the watchdog timer in other places will hide the root cause of watchdog timeouts. --- sys/pci/if_rl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/pci/if_rl.c') diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 08dd363..3adf1bb 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -1354,8 +1354,6 @@ rl_txeof(struct rl_softc *sc) if (RL_LAST_TXMBUF(sc) == NULL) sc->rl_watchdog_timer = 0; - else if (sc->rl_watchdog_timer == 0) - sc->rl_watchdog_timer = 5; } static void -- cgit v1.1