1. 14 12月, 2005 16 次提交
  2. 13 12月, 2005 3 次提交
  3. 04 12月, 2005 1 次提交
  4. 03 12月, 2005 3 次提交
  5. 02 12月, 2005 4 次提交
  6. 30 11月, 2005 1 次提交
  7. 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
  8. 28 11月, 2005 1 次提交
  9. 23 11月, 2005 1 次提交
  10. 19 11月, 2005 6 次提交
  11. 17 11月, 2005 3 次提交
    • J
      [libata sata_mv] handle lack of hardware nIEN support · a2c91a88
      Jeff Garzik 提交于
      Handle errata (it was unintentional on this h/w, whereas its intentional
      on others) whereby the nIEN bit in Device Control is ignored, leading to
      a situation where a hardware interrupt completes the qc before the
      polling code has a chance to.
      
      This will get fixed The Right Way(tm) once Albert Lee's irq-pio
      branch is merged, as the more natural PIO method on this hardware is
      interrupt-driven.
      a2c91a88
    • J
      [libata sata_mv] SATA probe, DMA boundary fixes · 22374677
      Jeff Garzik 提交于
      - DMA boundary was being handled incorrectly.  Copied the code from
        ata_fill_sg(), since Marvell has the same DMA boundary needs.
        (we can't use ata_fill_sg directly since we have different hardware
         descriptors)
      - cleaned up the SATA phy reset code, to deal with various errata
      22374677
    • J
      64f043d8