commit | eee6c32f5f114f9b9f2d94862f0dc0d3ff523864 | [log] [tgz] |
---|---|---|
author | Albert Lee <albertcc@tw.ibm.com> | Sat Apr 01 17:38:43 2006 +0800 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 01 14:29:21 2006 -0500 |
tree | 76cae31872925fd2e66aeab833fed6b293f9af2d | |
parent | 6e07e16404deafadf45895a7d2aeb5feba53b479 [diff] |
[PATCH] libata-dev: handle DRQ=1 ERR=1 (revised) Handle DRQ=1 ERR=1 situation. Revised according to what IDE try_to_flush_leftover_data() does. Changes: - For ATA PIO writes and ATAPI devices, just stop the HSM and let EH handle it. - For ATA PIO reads, read only one block of junk data and then let EH handle it. Signed-off-by: Albert Lee <albertcc@tw.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>