commit | f0ad30d3d2dc924decc0e10b1ff6dc32525a5d99 | [log] [tgz] |
---|---|---|
author | David Milburn <dmilburn@redhat.com> | Fri Sep 03 17:13:03 2010 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Oct 07 17:06:03 2010 -0500 |
tree | 6444b24afcb1c4a15c98de738d912698bab6a93a | |
parent | 045d3fe766b01921e24e2d4178e011b3b09ad4d6 [diff] |
[SCSI] libsas: fix NCQ mixing with non-NCQ Some cards (like mvsas) have issue troubles if non-NCQ commands are mixed with NCQ ones. Fix this by using the libata default NCQ check routine which waits until all NCQ commands are complete before issuing a non-NCQ one. The impact to cards (like aic94xx) which don't need this logic should be minimal Cc: Stable Tree <stable@kernel.org> Signed-off-by: James Bottomley <James.Bottomley@suse.de>