CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/15 04:52:08
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c usbdi.c usbdi.h
sys/dev/usb/dwc2: dwc2.c
Log message:
Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB).
USB is the last real user of IPL_SOFTNET.
