Use M_INTWAIT and M_WAITOK instead of M_NOWAIT within the USB bus
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Mar 2004 03:43:06 +0000 (03:43 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 12 Mar 2004 03:43:06 +0000 (03:43 +0000)
commit171c57dc031df22a314023bc745247ba472aeb34
tree68ce7ed3586262838a89e2f3b01a21b8a8c7b741
parent898d961b1dcce52a764fc65d826903eb80d47cd1
Use M_INTWAIT and M_WAITOK instead of M_NOWAIT within the USB bus
infrastructure.  For the system to operate as expected, allocations
done in this layer have to be reliable.
sys/bus/usb/ehci.c
sys/bus/usb/hid.c
sys/bus/usb/ohci.c
sys/bus/usb/uhci.c
sys/bus/usb/uhub.c
sys/bus/usb/usb.c
sys/bus/usb/usb_mem.c
sys/bus/usb/usb_subr.c
sys/bus/usb/usbdi_util.c