CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/10/03 08:05:21
Modified files: sys/dev/usb : xhci.c Log message: Fix some bus_dmamap_sync(9) calls. Do not fold multiple DMA synchronizations into one when chaining TRBs as the ring might wrap. Add missing "READ" transfer direction from the HC to host when applicable. >From Marius Strobl.