From: Eilon Greenstein Date: Mon, 2 Mar 2009 08:01:12 +0000 (+0000) Subject: bnx2x: Register dump X-Git-Tag: v2.6.30-rc1~662^2~392 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a64ea57486acd9e17b80bb70b966e81d904b61c;p=pandora-kernel.git bnx2x: Register dump Adding "ethtool -d" support. Due to the complexity of the FW and HW, there are a lot of different regions in the chip - to keep the code as clean as possible, the ranges were put in an H file. Some areas cannot be read if the driver is running - so by default, the driver will not access those areas - but any programmer facing a problem will be able to easily manipulate the driver to extract full dump. The full dump can also be used with kernel dump modules in case of kernel panic. Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed