CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/11/07 13:37:33
Modified files: sys/dev/usb : uhci.c Log message: In polling mode since r1.101 we could end up dereferencing an uninitialized variable in case the transfer we were waiting for timed out; problem reported by oga@bitrig. So bring uhci_waitintr() in sync with its equivalent in ohci(4) and ehci(4), stop using an uhci_xfer, do not dereference it and set the correct status of the transfer.