1. 15 5月, 2006 3 次提交
  2. 21 4月, 2006 1 次提交
  3. 12 4月, 2006 2 次提交
  4. 11 4月, 2006 1 次提交
  5. 04 4月, 2006 1 次提交
  6. 03 4月, 2006 1 次提交
  7. 31 3月, 2006 1 次提交
  8. 23 3月, 2006 1 次提交
  9. 22 3月, 2006 1 次提交
  10. 12 3月, 2006 2 次提交
  11. 13 2月, 2006 2 次提交
  12. 12 2月, 2006 3 次提交
  13. 10 2月, 2006 3 次提交
  14. 30 1月, 2006 1 次提交
  15. 29 1月, 2006 1 次提交
  16. 27 1月, 2006 6 次提交
  17. 18 1月, 2006 2 次提交
  18. 17 1月, 2006 1 次提交
  19. 06 1月, 2006 1 次提交
  20. 06 12月, 2005 1 次提交
  21. 01 12月, 2005 1 次提交
  22. 17 11月, 2005 1 次提交
  23. 16 11月, 2005 2 次提交
    • 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
    • J
      [libata ahci] command completion fixes, improved debug msgs · 9f68a248
      Jeff Garzik 提交于
      - Fix a regression in command completion, which prevented
        the restart of the DMA engine after the device throws
        an error.
      - Pack more hardware info into the port-reset error message.
      - Promote "welcome to our timeout" message from debug msg
        to normal printk.
      9f68a248
  24. 15 11月, 2005 1 次提交
    • J
      [libata ahci] error handling fixes · ad36d1a5
      Jeff Garzik 提交于
      Needed to get ATAPI working.
      
      - dump hardware error bits, if hardware signals an error
      - only reset hardware during timeout if a command was active
      - call ata_qc_complete() with a fine-grained error mask.
        Needed so that atapi_qc_complete() can distinguish between
        device errors and other errors.
      ad36d1a5