1. 23 7月, 2011 2 次提交
  2. 20 4月, 2011 1 次提交
  3. 18 4月, 2011 1 次提交
    • D
      bna: Fix set-but-unused variables. · 58598542
      David S. Miller 提交于
      The variable 'pgoff' is set but unused in bfa_nw_ioc_fwver_get()
      and bfa_ioc_download_fw().
      
      Similarly for 'cmd_h' in bna_mbox_flush_q and the entirety of
      bna_rit_mod_uninit() is unused since variables are purely set but no
      action is made using them.
      
      Same for 'bna' in bna_rit_create() and 'ret' in bna_rx_create().
      
      Just kill them off.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      58598542
  4. 15 4月, 2011 1 次提交
    • R
      bna: fix for clean fw re-initialization · 79ea6c89
      Rasesh Mody 提交于
      During a kernel crash, bna control path state machine and firmware do not
      get a notification and hence are not cleanly shutdown. The registers
      holding driver/IOC state information are not reset back to valid
      disabled/parking values. This causes subsequent driver initialization
      to hang during kdump kernel boot. This patch, during the initialization
      of first PCI function, resets corresponding register when unclean shutown
      is detect by reading chip registers. This will make sure that ioc/fw
      gets clean re-initialization.
      Signed-off-by: NDebashis Dutt <ddutt@brocade.com>
      Signed-off-by: NRasesh Mody <rmody@brocade.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      79ea6c89
  5. 07 4月, 2011 1 次提交
  6. 26 12月, 2010 2 次提交
  7. 06 10月, 2010 1 次提交
  8. 20 9月, 2010 1 次提交
  9. 26 8月, 2010 1 次提交
  10. 24 8月, 2010 1 次提交