CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/01/09 13:17:05
Modified files: sys/dev/usb : xhci.c Log message: Properly unwind from a failure in usbd_dma_contig_alloc(). Calling bus_dmamap_unload(9) on a map that failed to load is a bad idea and causes panics on some architectures (such as sparc64). ok mpi@