Date: Thu, 21 Aug 2008 05:40:38 +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 kern_ndis.c Message-ID: <200808210540.m7L5eoSr046567@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
weongyo 2008-08-21 05:40:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/compat/ndis kern_ndis.c
Log:
SVN rev 181957 on 2008-08-21 05:40:38Z by weongyo
MFC r180754
when NDIS framework try to query/set informations NDIS drivers can
return NDIS_STATUS_PENDING. In this case, it's waiting for 5 secs to
get the response from drivers now. However, some NDIS drivers can send
the response before NDIS framework gets ready to receive it so we might
always be blocked for 5 secs in current implementation. NDIS framework
should reset the event before calling NDIS driver's callback not after.
Revision Changes Path
1.96.2.1 +7 -5 src/sys/compat/ndis/kern_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808210540.m7L5eoSr046567>
