Module Name: src Committed By: msaitoh Date: Fri Sep 21 00:26:15 UTC 2012
Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Fix device timeout problem. - Change the synching order of descriptors. First, sync descriptors except first and then sync the first descriptor. - To recover from an race condition, reduce the if_timer from 5 to 1 and when timeout occur write MVGBE_TQC_ENQ bit again. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/marvell/if_mvgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.