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 Merge amd64 and i386 bus.h and move the resulting header to x86. Replace 2010-12-20 16:39:43 +00:00
kern_ndis.c Use m_get/m_gethdr instead of compat macros. 2013-03-15 12:55:30 +00:00
kern_windrv.c Resurrect amd64 support. 2010-11-22 20:46:38 +00:00
ndis_var.h Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in 2010-12-06 20:54:53 +00:00
ntoskrnl_var.h Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in 2010-12-06 20:54:53 +00:00
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 ANSIfy prototypes in subr_usbd.c. 2010-06-12 12:19:08 +00:00
usbd_var.h
winx32_wrap.S
winx64_wrap.S Resurrect amd64 support. 2010-11-22 20:46:38 +00:00