From: Matt Carlson Date: Fri, 12 Feb 2010 14:47:08 +0000 (+0000) Subject: tg3: Fix 57765 A0 bootcode race condition X-Git-Tag: v2.6.34-rc1~233^2~331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b10c1653e425e30cff7f41d0e6f9743bfa9810f;p=pandora-kernel.git tg3: Fix 57765 A0 bootcode race condition On A0 revision of 57765 asic rev devices, the bootcode will perform some hardware operations, after the magic signature is presented, that will collide with setup operations performed by the driver. The best way to avoid the contention is to have the driver delay an additional 10 milliseconds. B0 revisions of the chip will make this workaround unnecessary. Signed-off-by: Matt Carlson Signed-off-by: Benjamin Li Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed