Date: Wed, 24 Jun 2009 19:04:08 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/gem if_gem.c if_gemvar.h Message-ID: <200906241904.n5OJ4Qeb045950@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-06-24 19:04:08 UTC FreeBSD src repository Modified files: sys/dev/gem if_gem.c if_gemvar.h Log: SVN rev 194886 on 2009-06-24 19:04:08Z by marius Revert the part of r194763 which added a dying flag and instead call ether_ifdetach(9) before stopping the controller and the callouts. The consensus is that the latter is now safe to do and should also solve the problem of active BPF listeners clearing promiscuous mode can result in the tick callout being restarted which in turn will trigger a panic once it's actually gone. Revision Changes Path 1.53 +1 -7 src/sys/dev/gem/if_gem.c 1.19 +4 -5 src/sys/dev/gem/if_gemvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906241904.n5OJ4Qeb045950>