CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
