freebsd-dev/sys/dev/if_ndis
Weongyo Jeong 577b9fa3f8 Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx
or URB_FUNCTION_CLASS_xxx with HAL preemption lock that means it's
non-sleepable during USB requests though usb2_do_request() requires a
sleep so it needs to send queries to the default pipe without those
interfaces to avoid sleep.
2009-03-18 02:38:35 +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 Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx 2009-03-18 02:38:35 +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 Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxx 2009-03-18 02:38:35 +00:00