(5) from last commit was omitted by mistake:
(5) Return immediately from fxp_intr() if gone is set.
This commit is contained in:
parent
32cd7a9c00
commit
7634f08a29
@ -1499,6 +1499,9 @@ fxp_intr(void *xsc)
|
||||
struct ifnet *ifp = &sc->sc_if;
|
||||
u_int8_t statack;
|
||||
|
||||
if (sc->gone)
|
||||
return;
|
||||
|
||||
FXP_LOCK(sc);
|
||||
#ifdef DEVICE_POLLING
|
||||
if (ifp->if_flags & IFF_POLLING) {
|
||||
|
Loading…
Reference in New Issue
Block a user