CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/03 06:55:54
Modified files:
sys/dev/usb/dwc2: dwc2.c dwc2var.h
Log message:
Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid a
possible lock recursion panic on transfer timeout. The lock is not
needed yet because the USB stack is not MP-safe.
ok mpi@, "makes sense" jasper@
