From: Matt Carlson Date: Wed, 20 Jul 2011 10:20:50 +0000 (+0000) Subject: tg3: Fix io failures after chip reset X-Git-Tag: v3.1-rc1~316^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e975cc291d80d5e4562d6bed15ec171e896d69b;p=pandora-kernel.git tg3: Fix io failures after chip reset Commit f2096f94b514d88593355995d5dd276961e88af1, entitled "tg3: Add 5720 H2BMC support", needed to add code to preserve some bits set by firmware. Unfortunately the new code causes throughput to stop after a chip reset because it enables state machines before they are ready. This patch undoes the problematic code. The bits will be restored later in the init sequence. Signed-off-by: Matt Carlson Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed