Date: Thu, 18 Aug 2005 14:29:01 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/re if_re.c Message-ID: <200508181429.j7IET16d038533@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2005-08-18 14:29:01 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: In re_shutdown() mark interface as down since otherwise we will panic if interrupt comes in later on, which can happen in some uncommon cases. Another possible fix is to call re_detach() instead of re_stop(), like ve(4) does, but I am not sure if the latter is really RTTD, so that stick with this one-liner for now. PR: kern/80005 Approved by: silence on -arch, no reply from selected network gurus Revision Changes Path 1.50 +7 -0 src/sys/dev/re/if_re.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508181429.j7IET16d038533>