freebsd-dev/sys/dev/if_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
..
if_ndis_pccard.c o port NDIS USB support from USB1 to the new usb(USB2). 2009-03-07 07:26:22 +00:00
if_ndis_pci.c remove now-redunant cardbus attachment. 2009-03-09 13:23:54 +00:00
if_ndis_usb.c o change a lock model based on HAL preemption lock to a normal mtx. 2009-03-12 02:51:55 +00:00
if_ndis.c o change a lock model based on HAL preemption lock to a normal mtx. 2009-03-12 02:51:55 +00:00
if_ndisvar.h o change a lock model based on HAL preemption lock to a normal mtx. 2009-03-12 02:51:55 +00:00