cvs commit: src/sys/compat/ndis kern_ndis.c
Weongyo Jeong
weongyo at FreeBSD.org
Wed Jul 23 10:49:46 UTC 2008
weongyo 2008-07-23 10:49:27 UTC
FreeBSD src repository
Modified files:
sys/compat/ndis kern_ndis.c
Log:
SVN rev 180754 on 2008-07-23 10:49:27Z by weongyo
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.
MFC after: 1 month
Revision Changes Path
1.98 +7 -5 src/sys/compat/ndis/kern_ndis.c
More information about the cvs-src
mailing list