Module Name: src Committed By: msaitoh Date: Wed Jul 7 03:55:01 UTC 2010
Modified Files: src/sys/dev/usb: ehci.c Log Message: For interrupt transfer, nak throttling must be disabled, but for the other transfer type, nak throttling should be enabled from the veiwpoint that avoids the memory thrashing. Fixes a problem that interrupt transfer stall on some EHCI controllers (e.g. Geode LX). Fixed by Yamada Katsumi. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/sys/dev/usb/ehci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.