If we've got watchdog timeouts try to get more packets going after

resetting the hardware.
This commit is contained in:
Pyun YongHyeon 2007-05-01 03:40:57 +00:00
parent 7ef4ec5d34
commit 787b3ade61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169159

View File

@ -1355,6 +1355,8 @@ stge_watchdog(struct stge_softc *sc)
if_printf(sc->sc_ifp, "device timeout\n");
ifp->if_oerrors++;
stge_init_locked(sc);
if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd))
stge_start_locked(ifp);
}
/*