]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
when NDIS framework try to query/set informations NDIS drivers can
authorweongyo <weongyo@FreeBSD.org>
Wed, 23 Jul 2008 10:49:27 +0000 (10:49 +0000)
committerweongyo <weongyo@FreeBSD.org>
Wed, 23 Jul 2008 10:49:27 +0000 (10:49 +0000)
commit0293d4a27fab7e5e8177c40df0a10e477d426a8c
treefc9f3ee68d0324237491ce54ca3fc169e0d3b22d
parent2620286140b697937520b92f540813fd844d2222
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
sys/compat/ndis/kern_ndis.c