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:
Marius Strobl 2011-08-19 19:13:31 +00:00
parent 6e3f307486
commit 5ca7dfffdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225015

View File

@ -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),