Date: Sat, 27 Dec 2008 09:42:17 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/ndis kern_ndis.c Message-ID: <200812270942.mBR9gWYx098657@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
weongyo 2008-12-27 09:42:17 UTC FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: SVN rev 186509 on 2008-12-27 09:42:17Z by weongyo fix a bug to handling the argument that it passed `device_t' but it's handled as `struct ndis_softc'. It'll cause a panic when the driver is detached. Revision Changes Path 1.100 +3 -1 src/sys/compat/ndis/kern_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812270942.mBR9gWYx098657>