mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Revert r224157, re-enabling r222135. The underlying problem keeping the
latter from working as expected was fixed in r225014. MFC after: 3 days Approved by: re (kib)
This commit is contained in:
parent
6e3f307486
commit
5ca7dfffdf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225015
@ -947,10 +947,8 @@ gem_init_locked(struct gem_softc *sc)
|
||||
|
||||
GEM_LOCK_ASSERT(sc, MA_OWNED);
|
||||
|
||||
#ifdef notyet
|
||||
if ((ifp->if_drv_flags & IFF_DRV_RUNNING) != 0)
|
||||
return;
|
||||
#endif
|
||||
|
||||
#ifdef GEM_DEBUG
|
||||
CTR2(KTR_GEM, "%s: %s: calling stop", device_get_name(sc->sc_dev),
|
||||
|
Loading…
Reference in New Issue
Block a user