CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/11/19 11:42:27
Modified files: sys/dev/usb : uhci.c Log message: Do not allow malloc() to wait in uhci_device_setintr(), instead check for failure and return USBD_NOMEM, callers will do TRT. ok jakemser@ deraadt@ kettenis@ tedu@