freebsd-skq/sys/compat/ndis
wpaul 88eacaa717 In windrv_load(), I was allocating the driver object using
malloc(sizeof(device_object), ...) by mistake. Correct this, and
rename "dobj" to "drv" to make it a bit clearer what this variable
is supposed to be.

Spotted by: Mikore Li at Sun dot comnospamplzkthx
2005-03-01 17:21:25 +00:00
..
cfg_var.h Start each of the license/copyright comments with /*- 2005-01-05 22:34:37 +00:00
hal_var.h Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
kern_ndis.c Don't need to do MmInitializeMdl() in ndis_mtop() anymore: 2005-02-26 07:11:17 +00:00
kern_windrv.c In windrv_load(), I was allocating the driver object using 2005-03-01 17:21:25 +00:00
ndis_var.h Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
ntoskrnl_var.h MDLs are supposed to be variable size (they include an array of pages 2005-02-26 00:22:16 +00:00
pe_var.h Fix a couple of u_int_foos that should have been uint_foos. 2005-02-18 04:33:34 +00:00
resource_var.h Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
subr_hal.c Add support for Windows/x86-64 binaries to Project Evil. 2005-02-16 05:41:18 +00:00
subr_ndis.c Fix a couple of u_int_foos that should have been uint_foos. 2005-02-18 04:33:34 +00:00
subr_ntoskrnl.c MDLs are supposed to be variable size (they include an array of pages 2005-02-26 00:22:16 +00:00
subr_pe.c Couple of lessons learned during USB driver testing: 2005-02-24 17:58:27 +00:00
subr_usbd.c - Correct one aspect of the driver_object/device_object/IRP framework: 2005-02-24 21:49:14 +00:00
usbd_var.h - Correct one aspect of the driver_object/device_object/IRP framework: 2005-02-24 21:49:14 +00:00
winx64_wrap.S Make the Win64 -> ELF64 template a little smaller by using a string 2005-02-18 03:22:37 +00:00