1. 12 4月, 2006 16 次提交
  2. 11 4月, 2006 1 次提交
  3. 03 4月, 2006 1 次提交
  4. 02 4月, 2006 1 次提交
  5. 24 3月, 2006 1 次提交
  6. 23 3月, 2006 1 次提交
  7. 22 3月, 2006 1 次提交
  8. 12 3月, 2006 2 次提交
    • T
      [PATCH] sata_sil24: lengthen softreset timeout · 8645984c
      Tejun Heo 提交于
      sil24 softreset timeout was > 100ms (100 loops with msleep(1)), which
      turned out to be too short for some devices (ASI ARAID99 2000).  This
      patch converts sil24 softreset waiting loop to use proper timeout
      condition and lengthen the timeout to ATA_TMOUT_BOOT secs and check
      interval to 100ms.  Chisato Yamauchi discovered the problem and
      supplied initial patch.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Cc: Chisato Yamauchi <cyamauch@plamo.linet.gr.jp>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      8645984c
    • T
      [PATCH] sata_sil24: exit early from softreset if SStatus reports no device · 10d996ad
      Tejun Heo 提交于
      sata_sil24 softreset routine used to check sata_dev_present() after
      SRST is complete in the hope that SRST may do some good even when
      SStatus reports no device.  This is okay as long as SRST timeout is
      short (> 100ms in the current code) but it seems that not all SATA
      devices are happy with short SRST timeout.
      
      This patch makes softreset exit early without performing actual SRST
      if SStatus reports no device in preparation for lengthening SRST
      timeout.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      10d996ad
  9. 06 3月, 2006 1 次提交
  10. 02 3月, 2006 1 次提交
  11. 13 2月, 2006 2 次提交
  12. 10 2月, 2006 4 次提交
  13. 27 1月, 2006 3 次提交
  14. 06 1月, 2006 1 次提交
  15. 06 12月, 2005 1 次提交
  16. 19 11月, 2005 3 次提交