1. 19 Mar, 2009 1 commit
    • Michael Chan's avatar
      bnx2: Fix problem of using wrong IRQ handler. · 69010313
      Michael Chan authored
      The MSI-X handler was chosen before the call to pci_enable_msix().
      If MSI-X was not available, the wrong MSI-X handler would be used in
      INTA mode.  This would cause a screaming interrupt problem because
      INTA would not be cleared by the MSI-X handler.
      
      Fixed by assigning MSI-X handler after pci_enable_msix() returns
      successfully.  Also update version to 1.9.3.
      
      Thomas Chenault <thomas_chenault@dell.com> helped us find this problem.
      Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      69010313
  2. 17 Mar, 2009 3 commits
  3. 16 Mar, 2009 11 commits
  4. 15 Mar, 2009 1 commit
  5. 14 Mar, 2009 1 commit
  6. 13 Mar, 2009 10 commits
  7. 12 Mar, 2009 3 commits
  8. 11 Mar, 2009 1 commit
  9. 10 Mar, 2009 3 commits
  10. 06 Mar, 2009 2 commits
  11. 05 Mar, 2009 4 commits