Date: Fri, 18 Dec 2009 18:30:49 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c Message-ID: <200912181831.nBIIVBOo033199@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-12-18 18:30:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/if_ndis if_ndis.c Log: SVN rev 200675 on 2009-12-18 18:30:49Z by jhb MFC 200037: ndis_scan_results() can sleep if the scan results are not ready when ndis_scan() is called. However, ndis_scan() is invoked from softclock() and cannot sleep. Move ndis_scan_results() to the ndis driver's scan_end hook instead. Revision Changes Path 1.166.2.3 +5 -9 src/sys/dev/if_ndis/if_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912181831.nBIIVBOo033199>