Skip to content

Commit

Permalink
bnx2x: Register dump
Browse files Browse the repository at this point in the history
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 <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Mar 3, 2009
1 parent c3eefaf commit 0a64ea5
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 0 deletions.
Loading

0 comments on commit 0a64ea5

Please sign in to comment.