Skip to content
  • Eilon Greenstein's avatar
    bnx2x: Register dump · 0a64ea57
    Eilon Greenstein authored
    
    
    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: default avatarEilon Greenstein <eilong@broadcom.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    0a64ea57