commit | 4bdee6c5103696a2729d3db2f235d202191788e4 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Aug 13 20:24:16 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri Aug 22 02:07:47 2008 -0400 |
tree | c2862fd157fd906ab7d8fbbed72acd138ce01108 | |
parent | 05944bdf6fadb5394710269df6770dde447b23ca [diff] |
sata_mv: don't issue two DMA commands concurrently sata_mv allowed issuing two DMA commands concurrently which the hardware allows. Unfortunately, libata core layer isn't ready for this yet and spews ugly warning message and malfunctions on this. Don't allow concurrent DMA commands for now. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>