Date: Wed, 2 Dec 2009 16:26:18 +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: <200912021626.nB2GQWli072001@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-12-02 16:26:18 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: SVN rev 200037 on 2009-12-02 16:26:18Z by jhb 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. Submitted by: Paul B Mahol onemda of gmail MFC after: 1 week Revision Changes Path 1.172 +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?200912021626.nB2GQWli072001>