1. 13 12月, 2005 9 次提交
  2. 06 12月, 2005 5 次提交
  3. 04 12月, 2005 1 次提交
  4. 03 12月, 2005 3 次提交
  5. 02 12月, 2005 4 次提交
  6. 01 12月, 2005 2 次提交
  7. 30 11月, 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. 28 11月, 2005 1 次提交
  10. 23 11月, 2005 1 次提交
  11. 20 11月, 2005 1 次提交
  12. 19 11月, 2005 6 次提交
  13. 17 11月, 2005 4 次提交
  14. 16 11月, 2005 1 次提交
    • J
      [libata ahci] tone down ATAPI errors · c2cd76ff
      Jeff Garzik 提交于
      ATA devices don't generate many errors, so the preferred method is to
      printk() when they occur.
      
      ATAPI devices generate tons of exceptions during the normal course
      of operation, so this change skips logging the most common class of
      errors.
      c2cd76ff