freebsd-dev/sys/compat/ndis
Weongyo Jeong 2c964f43b6 o change a lock model based on HAL preemption lock to a normal mtx.
Based on the HAL preemption lock there is a problem on SMP machines
  and causes a panic.
o When a device detached the current tactic to detach NDIS USB driver is
  to call SURPRISE_REMOVED event.  So it don't need to call
  ndis_halt_nic() again.  This fixes some page faults when some drivers
  work abnormal.
o it assumes now that URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER is in
  DISPATCH_LEVEL (non-sleepable) and as further work
  URB_FUNCTION_VENDOR_XXX and URB_FUNCTION_CLASS_XXX should be.

Reviewed by:	Hans Petter Selasky <hselasky_at_freebsd.org>
Tested by:	Paul B. Mahol <onemda_at_gmail.com>
2009-03-12 02:51:55 +00:00
..
cfg_var.h Start each of the license/copyright comments with /*- 2005-01-05 22:34:37 +00:00
hal_var.h o change a lock model based on HAL preemption lock to a normal mtx. 2009-03-12 02:51:55 +00:00
kern_ndis.c o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
kern_windrv.c o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
ndis_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
ntoskrnl_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
pe_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
resource_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
subr_hal.c o change a lock model based on HAL preemption lock to a normal mtx. 2009-03-12 02:51:55 +00:00
subr_ndis.c o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
subr_ntoskrnl.c o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
subr_pe.c o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
subr_usbd.c o change a lock model based on HAL preemption lock to a normal mtx. 2009-03-12 02:51:55 +00:00
usbd_var.h o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
winx32_wrap.S Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions 2009-01-31 11:37:21 +00:00
winx64_wrap.S When setting up the new stack for a function in x86_64_wrap(), make 2005-04-16 04:47:15 +00:00