CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/10 02:14:06
Modified files:
sys/dev/usb : usbdi.c ehci.c ohci.c uhci.c xhci.c
sys/dev/usb/dwc2: dwc2.c
Log message:
Move per HC polling code to the stack.
This code contains a use-after-free which be addressed in an upcoming
diff.
This fix xhci(4) polling mode.
ok kettenis@
