aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gem
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-08-19 19:13:31 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-08-19 19:13:31 +0000
commit5ca7dfffdf925aec3238b53ca7034f7be4d37388 (patch)
tree9e81b9f992cce6531625a9a312b6272e7ccd5622 /sys/dev/gem
parent6e3f30748689bbb1a8c506c8e410fad2332916f2 (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 6f53eaea1c8b..d75e1ab8dc61 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),