commit | baf14aa14efcfdb5a74d5cf804691086c6bec743 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Tue Oct 09 13:51:57 2007 -0400 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 09 12:38:26 2007 -0700 |
tree | 3c8cb3e429253cea3c5e474892efb722834e9378 | |
parent | e2a57a815933b2d2e375f9de6be223098024ab90 [diff] |
sata_mv: correct S/G table limits The recent mv_fill_sg() rewrite, to fix a data corruption problem related to IOMMU virtual merging, forgot to account for the potentially-increased size of the scatter/gather table after its run. Additionally, the DMA boundary is reduced from 0xffffffff to 0xffff to more closely match the needs of mv_fill_sg(). Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>