CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/11/07 03:16:27
Modified files: sys/dev/usb : uhci.c Log message: Make sure to mark the controller as dying in order to stop processing any transfer when autoconf(9) asks for it. This brings uhci(4) in sync with ohci(4) and ehci(4). ok pirofti@