Searched hist:baf14aa14efcfdb5a74d5cf804691086c6bec743 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_mv.c | diff baf14aa14efcfdb5a74d5cf804691086c6bec743 Tue Oct 09 12:51:57 CDT 2007 Jeff Garzik <jeff@garzik.org> 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>
|