1. 03 12月, 2005 1 次提交
  2. 02 12月, 2005 10 次提交
  3. 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
  4. 28 11月, 2005 3 次提交
  5. 26 11月, 2005 7 次提交
  6. 25 11月, 2005 11 次提交
  7. 24 11月, 2005 7 次提交