freebsd-nq/sys/compat/ndis
Weongyo Jeong 138ddff935 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
2008-07-23 10:49:27 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c when NDIS framework try to query/set informations NDIS drivers can 2008-07-23 10:49:27 +00:00
kern_windrv.c
ndis_var.h
ntoskrnl_var.h Correct the calculation for the number of 100ns intervals since 2007-12-02 08:54:50 +00:00
pe_var.h
resource_var.h
subr_hal.c
subr_ndis.c fix a page fault that it occurred during ifp is NULL. This bug happens 2008-06-11 07:55:07 +00:00
subr_ntoskrnl.c Silence warning about missing IoGetDeviceObjectPointer by implementing 2008-06-15 13:37:29 +00:00
subr_pe.c
subr_usbd.c
usbd_var.h
winx32_wrap.S
winx64_wrap.S