commit | 96af154710d44b574515431a0bb014888398a741 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Fri Oct 19 22:56:44 2007 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Oct 19 22:56:44 2007 -0400 |
tree | ea9cd57c24b0e781889a66378d3bba76b16263a2 | |
parent | 80f6fd3828b74ca123083e4fdc28cbe9d865fd64 [diff] |
[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>