1. 30 7月, 2008 1 次提交
  2. 28 4月, 2008 1 次提交
  3. 23 4月, 2008 1 次提交
  4. 20 4月, 2008 1 次提交
  5. 24 1月, 2008 1 次提交
  6. 22 9月, 2007 1 次提交
    • J
      [SCSI] scsi_transport_spi: fix domain validation failure from incorrect width setting · 2302827c
      James Bottomley 提交于
      Domain Validation in the SPI transport class is failing on boxes with
      damaged cables (and failing to the extent that the box hangs).  The
      problem is that the first test it does is a cable integrity test for
      wide transfers and if this fails, it turns the wide bit off.  The
      problem is that the next set of tests it does turns wide back on
      again, with the result that it runs through the entirety of DV with a
      known bad setting and then hangs the system.
      
      The attached patch fixes the problem by physically nailing the wide
      setting to what it deduces it should be for the whole of Domain
      Validation.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      2302827c
  7. 03 2月, 2007 1 次提交
  8. 04 1月, 2007 1 次提交
  9. 22 11月, 2006 1 次提交
  10. 24 9月, 2006 1 次提交
  11. 01 7月, 2006 1 次提交
  12. 10 6月, 2006 2 次提交
  13. 12 3月, 2006 2 次提交
  14. 28 2月, 2006 6 次提交
  15. 15 1月, 2006 1 次提交
  16. 13 1月, 2006 1 次提交
  17. 16 12月, 2005 5 次提交
  18. 14 12月, 2005 1 次提交
  19. 02 12月, 2005 1 次提交
  20. 29 10月, 2005 1 次提交
  21. 29 8月, 2005 2 次提交
  22. 15 8月, 2005 2 次提交
  23. 04 8月, 2005 1 次提交
    • J
      [SCSI] add missing hold_mcs parameter to the spi transport class · d872ebe4
      James Bottomley 提交于
      This parameter is important only to people who take the time to tune the
      margin control settings, otherwise it's completely irrelevant.  However,
      just in case anyone should want to do this, it's appropriate to include
      the parameter.
      
      I don't do anything with it in DV by design, so the parameter will come
      up as off by default, so if anyone actually wants to play with the
      margin control settings they'll have to enable it under the
      spi_transport class first.
      
      I also updated the transfer settings display to report all of the PPR
      settings instead of only DT, IU and QAS
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      d872ebe4
  24. 12 7月, 2005 1 次提交
  25. 21 6月, 2005 1 次提交
  26. 04 6月, 2005 1 次提交
  27. 21 5月, 2005 1 次提交