Module Name: src Committed By: mrg Date: Sat Sep 7 22:56:47 UTC 2019
Modified Files: src/sys/dev/usb: xhci.c Log Message: fix ryzen usb issue: we set TD size to '1', where has xhci spec 4.11.2.4 says final TRB for a TD should have this set to '0'. since we currently only generate sinel TRB TDs, set this to 0. XXX: pullup-all from sc.dying To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.