[libata] sata_sis: use correct S/G table size
authorJeff Garzik <jeff@garzik.org>
Sat, 20 Oct 2007 02:56:44 +0000 (22:56 -0400)
committerJeff Garzik <jeff@garzik.org>
Sat, 20 Oct 2007 02:56:44 +0000 (22:56 -0400)
commit96af154710d44b574515431a0bb014888398a741
treeea9cd57c24b0e781889a66378d3bba76b16263a2
parent80f6fd3828b74ca123083e4fdc28cbe9d865fd64
[libata] sata_sis: use correct S/G table size

sata_sis has the same restrictions as other SFF controllers, and so must
use LIBATA_MAX_PRD to denote that SCSI may only fill ATA_MAX_PRD/2
entries, due to our need to handle IOMMU merging.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_sis.c