freebsd-dev/sys/compat/ndis
Dimitry Andric 84143cee4f In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function
definition from K&R to ANSI, to avoid a clang warning about the uint8_t
parameter being promoted to int, which is not compatible with the type
declared in the earlier prototype.

MFC after:	1 week
2011-12-30 17:18:09 +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 the cprd_mem field when setting the start and length for a memory 2011-02-23 21:45:28 +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
subr_ndis.c Implement NdisGetRoutineAddress and MmGetSystemRoutineAddress used in 2010-12-06 20:54:53 +00:00
subr_ntoskrnl.c In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function 2011-12-30 17:18:09 +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