Date: Thu, 15 Sep 2005 14:10:41 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <200509151410.j8FEAfEe084270@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-09-15 14:10:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC: sys/dev/bge/if_bge.c 1.94 When bge_stop() is called from bge_detach(), mii is already NULL, so check before trying to use it. This fix allows to 'kldunload if_bge' without panicing. Reviewed by: bz Approved by: re (scottl) Revision Changes Path 1.91.2.3 +10 -5 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509151410.j8FEAfEe084270>