1. 22 11月, 2009 1 次提交
  2. 23 10月, 2009 1 次提交
  3. 12 9月, 2009 1 次提交
  4. 07 9月, 2009 1 次提交
    • D
      netxen: firmware hang detection · 6a581e93
      Dhananjay Phadke 提交于
      Implement state machine to detect firmware hung state
      and recover. Since firmware will be shared by all PCI
      functions that have different class drivers (NIC or
      FCOE or iSCSI), explicit hardware based serialization
      is required for initializing firmware.
      
      o Used global scratchpad register to maintain device
        reference count. Every probed pci function adds to
        ref count.
      
      o Implement timer (delayed work) for each pci func
        that checks firmware heartbit every 5 sec and detaches
        itself if firmware is dead. Last detaching function
        reloads firmware. Other functions wait for firmware
        init, and re-attach themselves.
      
      Heartbit is not supported by NX2031 firmware.
      Signed-off-by: NAmit Kumar Salecha <amit@netxen.com>
      Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6a581e93
  5. 27 8月, 2009 1 次提交
  6. 24 8月, 2009 1 次提交
  7. 28 7月, 2009 1 次提交
  8. 03 7月, 2009 1 次提交
  9. 18 6月, 2009 1 次提交
  10. 09 4月, 2009 1 次提交
  11. 10 3月, 2009 1 次提交
  12. 27 2月, 2009 1 次提交
  13. 25 2月, 2009 2 次提交
  14. 24 8月, 2008 1 次提交
  15. 07 8月, 2008 2 次提交
  16. 23 7月, 2008 3 次提交
  17. 19 4月, 2008 1 次提交
  18. 26 3月, 2008 1 次提交
  19. 31 8月, 2007 1 次提交
    • D
      netxen: fix crashes during module unload · 3052246c
      dhananjay@netxen.com 提交于
      This patch fixes two problems during driver unload. The pci_disable_device()
      call is before firmware reload, causing reads and writes across PCI bus after
      disabling device. Second problem is the register window was wrong during
      firmware reload
      
      Signed-off by: Dhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3052246c
  20. 02 7月, 2007 1 次提交
  21. 28 4月, 2007 3 次提交
  22. 05 12月, 2006 1 次提交
    • A
      [PATCH] NetXen: whitespace cleaup and more cleanup fixes · 80922fbc
      Amit S. Kale 提交于
      Signed-off-by: NAmit S. Kale <amitkale@netxen.com>
      
       netxen_nic.h         |   56 ++++++++++++++++++++--------------------------
       netxen_nic_ethtool.c |   53 +++++++++++++++++++++-----------------------
       netxen_nic_hdr.h     |    6 ++---
       netxen_nic_hw.c      |   54 +++++++++++++++++++++------------------------
       netxen_nic_hw.h      |   10 ++++----
       netxen_nic_init.c    |   61 +++++++++++++++++++++++++--------------------------
       netxen_nic_ioctl.h   |    6 ++---
       netxen_nic_isr.c     |   48 +++++++++++++++++-----------------------
       netxen_nic_main.c    |   54 +++++++++++++++++----------------------------
       netxen_nic_niu.c     |   10 ++++----
       10 files changed, 165 insertions(+), 193 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      80922fbc
  23. 02 12月, 2006 3 次提交