1. 24 9月, 2006 2 次提交
  2. 20 8月, 2006 1 次提交
  3. 10 7月, 2006 1 次提交
  4. 10 6月, 2006 2 次提交
  5. 28 2月, 2006 1 次提交
    • C
      [SCSI] aic7xxx: semaphore to completion conversion · 8cac8145
      Christoph Hellwig 提交于
      On Tue, Jan 31, 2006 at 06:20:18PM +0100, Christoph Hellwig wrote:
      > switch eh_sem to a completion.  due to wait_for_completion_timeout this
      > also nicely simplifies the code.  Unfortunately it's untested, so if
      > someone with the hardware could give it a try that would be nice.  Once
      > it works the same thing can be applied to aic79xx.
      
      New version that switches to the common onstack completion and just a
      pointer in the platform_data struct idiom.  This gets rid of all the
      flags fiddling.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      8cac8145
  6. 13 1月, 2006 1 次提交
  7. 15 12月, 2005 1 次提交
  8. 29 11月, 2005 1 次提交
    • V
      [SCSI] aic7xxx: reset handler selects a wrong command · dce20067
      Vasily Averin 提交于
      To transport scsi reset command to device aic7xxx reset handler looks
      at the driver's pending_list and searches any proper command. However
      the search condition has been inverted: ahc_match_scb() returns TRUE
      if a matched command is found. As a result the reset on required
      devices did not turn out well, a correctly working neighbour device
      may be surprised by the reset. aic7xxx reset handler reports about the
      success, but really the original situation is not corrected yet.
      Signed-off-by: NVasily Averin <vvs@sw.ru>
      
      Naturally, there's a corresponding problem in the aic79xx driver, so
      I've also added the same fix for that.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      dce20067
  9. 07 11月, 2005 1 次提交
  10. 29 10月, 2005 2 次提交
  11. 03 10月, 2005 1 次提交
  12. 14 9月, 2005 1 次提交
  13. 05 9月, 2005 1 次提交
  14. 10 8月, 2005 1 次提交
  15. 06 8月, 2005 1 次提交
  16. 05 8月, 2005 2 次提交
  17. 02 8月, 2005 1 次提交
  18. 30 7月, 2005 1 次提交
  19. 12 7月, 2005 2 次提交
  20. 03 7月, 2005 1 次提交
  21. 18 6月, 2005 2 次提交
  22. 14 6月, 2005 1 次提交
  23. 12 6月, 2005 2 次提交
  24. 04 6月, 2005 1 次提交
  25. 27 5月, 2005 1 次提交
  26. 25 5月, 2005 1 次提交
  27. 21 5月, 2005 7 次提交