aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gem
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-08-23 14:37:39 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-08-23 14:37:39 +0000
commitb8aa3a5e185afc39975b6817b1eb35c9b3987d3d (patch)
tree037fb95868ef5a4ceb27267a0a48d95fdeec1c90 /sys/dev/gem
parent2f99a928214f5fcbc147671ee284f5eca0a500cb (diff)
Notes
Diffstat (limited to 'sys/dev/gem')
-rw-r--r--sys/dev/gem/if_gem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c
index 767bfc956bff..d26cb3daee5e 100644
--- a/sys/dev/gem/if_gem.c
+++ b/sys/dev/gem/if_gem.c
@@ -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),