1. 23 4月, 2008 1 次提交
  2. 20 4月, 2008 1 次提交
  3. 24 1月, 2008 1 次提交
  4. 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
  5. 03 2月, 2007 1 次提交
  6. 04 1月, 2007 1 次提交
  7. 22 11月, 2006 1 次提交
  8. 24 9月, 2006 1 次提交
  9. 01 7月, 2006 1 次提交
  10. 10 6月, 2006 2 次提交
  11. 12 3月, 2006 2 次提交
  12. 28 2月, 2006 6 次提交
  13. 15 1月, 2006 1 次提交
  14. 13 1月, 2006 1 次提交
  15. 16 12月, 2005 5 次提交
  16. 14 12月, 2005 1 次提交
  17. 02 12月, 2005 1 次提交
  18. 29 10月, 2005 1 次提交
  19. 29 8月, 2005 2 次提交
  20. 15 8月, 2005 2 次提交
  21. 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
  22. 12 7月, 2005 1 次提交
  23. 21 6月, 2005 1 次提交
  24. 04 6月, 2005 1 次提交
  25. 21 5月, 2005 1 次提交
  26. 06 5月, 2005 1 次提交
    • J
      [SCSI] fix command retries in spi_transport class · 949bf797
      James Bottomley 提交于
      The premise is that domain validation is likely to trigger errors which
      it wants to know about, so the only time it should be retrying them is
      when it gets a unit attention (likely as the result of a previous bus or
      device reset).  Ironically, the previous coding retried three times in
      all cases except those of unit attention.  The attached fixes this to do
      the right thing.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      949bf797
  27. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4