1. 06 7月, 2010 2 次提交
  2. 03 6月, 2010 1 次提交
  3. 13 4月, 2010 1 次提交
  4. 18 2月, 2010 1 次提交
  5. 13 2月, 2010 1 次提交
  6. 05 2月, 2010 1 次提交
    • R
      qlge: Add watchdog timer. · 15c052fc
      Ron Mercer 提交于
      Add periodic heartbeat register read to trigger the eeh
      recovery process.
      We see cases where an eeh error was injected and the slot was
      suspended.  An asic access attempt is required to flush the recovery process,
      but without interrupts the process can stall.
      Adding this periodic register read causes the recovery process to begin.
      Signed-off-by: NRon Mercer <ron.mercer@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      15c052fc
  7. 04 2月, 2010 1 次提交
  8. 16 1月, 2010 4 次提交
  9. 07 1月, 2010 1 次提交
  10. 12 11月, 2009 1 次提交
  11. 04 11月, 2009 2 次提交
  12. 02 11月, 2009 1 次提交
  13. 29 10月, 2009 1 次提交
  14. 22 10月, 2009 4 次提交
  15. 20 10月, 2009 1 次提交
  16. 12 10月, 2009 2 次提交
  17. 09 10月, 2009 2 次提交
  18. 08 10月, 2009 1 次提交
  19. 07 10月, 2009 2 次提交
  20. 01 10月, 2009 1 次提交
  21. 29 8月, 2009 2 次提交
  22. 04 7月, 2009 1 次提交
  23. 11 6月, 2009 2 次提交
  24. 10 6月, 2009 2 次提交
  25. 08 6月, 2009 1 次提交
    • R
      qlge: Fix timeout on indexed register wait. · d2ba4986
      Ron Mercer 提交于
      There are 8 banks of 'sub-registers' each of which are accessed
      through address/data register pair.  An example would be reading
      flash or the xgmac.  Accessing these require the driver to wait for
      a ready bit before writing the address and then accessing the data.
      This patch increases the timeout to 100us to prevent timeouts
      that have been seen on some platforms.
      These register are accessed in process context only.
      Signed-off-by: NRon Mercer <ron.mercer@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d2ba4986
  26. 14 3月, 2009 1 次提交