Date: Thu, 15 May 2008 04:29:28 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis subr_ndis.c Message-ID: <200805150429.m4F4TTSP094644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
weongyo 2008-05-15 04:29:28 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Fix a panic when it occurred during initializing the ndis driver because it try to read network address through ifnet structure which is NULL until the ndis driver's initialization is finished. Reviewed by: thompsa Revision Changes Path 1.112 +4 -0 src/sys/compat/ndis/subr_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805150429.m4F4TTSP094644>