freebsd-nq/sys/compat/ndis
Bill Paul 431b5bd6e7 Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile().
By default, we search for files in /compat/ndis. This can be changed with
a systcl. These routines are used by some drivers which need to download
firmware or microcode into their respective devices during initialization.

Also, remove extraneous newlines from the 'built-in' sysctl/registry
variables.
2004-01-09 03:57:00 +00:00
..
cfg_var.h Deal with the duplicate sysctl leaf problem. A .inf file may contain 2003-12-18 03:51:21 +00:00
hal_var.h
kern_ndis.c Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile(). 2004-01-09 03:57:00 +00:00
ndis_var.h Correct the definition of the ndis_miniport_interrupt structure: 2004-01-08 10:44:37 +00:00
ntoskrnl_var.h Re-do the handling of ndis_buffers. The NDIS_BUFFER structure is 2003-12-23 04:08:22 +00:00
pe_var.h Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00
resource_var.h
subr_hal.c subr_hal.c: implement WRITE_PORT_BUFFER_xxx() and READ_PORT_BUFFER_xxx() 2004-01-03 09:20:48 +00:00
subr_ndis.c Implement NdisOpenFile()/NdisCloseFile()/NdisMapFile()/NdisUnmapFile(). 2004-01-09 03:57:00 +00:00
subr_ntoskrnl.c Correct and simplify the implementation of RtlEqualUnicodeString(). 2004-01-07 20:31:51 +00:00
subr_pe.c Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00