diff options
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r-- | sys/net/if_ethersubr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index fb10e01..080dcfb 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -888,6 +888,8 @@ ether_ifattach(struct ifnet *ifp, const u_int8_t *llc) break; if (i != ifp->if_addrlen) if_printf(ifp, "Ethernet address: %6D\n", llc, ":"); + if (debug_mpsafenet && (ifp->if_flags & IFF_NEEDSGIANT) != 0) + if_printf(ifp, "if_start running deferred for Giant\n"); } /* |