freebsd-skq/sys/compat/ndis
Jeff Roberson 5df87b21d3 Replace kernel virtual address space allocation with vmem. This provides
transparent layering and better fragmentation.

 - Normalize functions that allocate memory to use kmem_*
 - Those that allocate address space are named kva_*
 - Those that operate on maps are named kmap_*
 - Implement recursive allocation handling for kmem_arena in vmem.

Reviewed by:	alc
Tested by:	pho
Sponsored by:	EMC / Isilon Storage Division
2013-08-07 06:21:20 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c Use m_get/m_gethdr instead of compat macros. 2013-03-15 12:55:30 +00:00
kern_windrv.c
ndis_var.h
ntoskrnl_var.h
pe_var.h
resource_var.h
subr_hal.c Fix race condition in KfRaiseIrql(). 2012-03-04 17:08:43 +00:00
subr_ndis.c Remove the support for using non-mpsafe filesystem modules. 2012-10-22 17:50:54 +00:00
subr_ntoskrnl.c Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
subr_pe.c
subr_usbd.c
usbd_var.h
winx32_wrap.S
winx64_wrap.S