summaryrefslogtreecommitdiff
path: root/common/cmd_scsi.c
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2012-10-29 05:23:44 (GMT)
committerTom Rini <trini@ti.com>2012-11-02 22:20:40 (GMT)
commit284231e49a2b4ee00647db592c54c3efd1ac7d35 (patch)
treecc7c0ba3f7f7da2d782adbd488342f108a5f23fe /common/cmd_scsi.c
parente08ebf468784668155fd889b9eaf7868f283fe87 (diff)
downloadu-boot-fsl-qoriq-284231e49a2b4ee00647db592c54c3efd1ac7d35.tar.xz
ahci: Support splitting of read transactions into multiple chunks
With an Intel AHCI controller, the driver does not operate properly if the requested amount of blocks to read exceeds 255. It is probably possible to specify 0 as the block count and the driver will read 256 blocks, but it was decided to limit the number of blocks read at once to 128 (it should be a power of 2 for the optimal performance of solid state drives). Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/cmd_scsi.c')
0 files changed, 0 insertions, 0 deletions