freebsd-dev/sys/compat/ndis
John Baldwin a96255b62d Use 'pause' in several places rather than trying to tsleep() on NULL (which
triggers a KASSERT) or local variables.  In the case of kern_ndis, the
tsleep() actually used a common sleep address (curproc) making it
susceptible to a premature wakeup.
2007-02-23 16:25:08 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c Use 'pause' in several places rather than trying to tsleep() on NULL (which 2007-02-23 16:25:08 +00:00
kern_windrv.c
ndis_var.h
ntoskrnl_var.h while (0); -> while (0) in multi-line macros 2006-08-17 22:50:33 +00:00
pe_var.h
resource_var.h
subr_hal.c
subr_ndis.c Conditionally acquire Giant around VFS operations. 2006-06-20 21:31:38 +00:00
subr_ntoskrnl.c add entry points required by newer broadcom wireless driver 2006-12-25 17:04:41 +00:00
subr_pe.c
subr_usbd.c
usbd_var.h
winx32_wrap.S
winx64_wrap.S