Fix my error in rev. 1.152
Submitted by: oleg
This commit is contained in:
parent
5ad129a10a
commit
e472c8dd9a
@ -3661,7 +3661,7 @@ bge_watchdog(struct bge_softc *sc)
|
||||
if_printf(ifp, "watchdog timeout -- resetting\n");
|
||||
|
||||
ifp->if_drv_flags &= ~IFF_DRV_RUNNING;
|
||||
bge_init(sc);
|
||||
bge_init_locked(sc);
|
||||
|
||||
ifp->if_oerrors++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user