CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/02 09:30:39
Modified files:
sys/dev/usb : xhci.c
Log message:
Fix endian swapping of trb_flags and trb_status in xhci(4).
This corrects computation of xfer->actlen, allowing xhci(4) to work
again on octeon and other big endian architectures.
Reported by Allen Smith
OK patrick@
