commit | ad36d1a533da91d3448029b4da1113c5b880f25d | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Mon Nov 14 13:56:37 2005 -0500 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Nov 14 13:56:37 2005 -0500 |
tree | 00e66685a3572daed99fa8def4580ea6022b6db7 | |
parent | 4ba529a8a39e15688b6a3d31b11930d1f8a1edad [diff] |
[libata ahci] error handling fixes 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.