commit | 8e65e2f07c1fdbd952570591bf78316aeed1c74a | [log] [tgz] |
---|---|---|
author | Bradley Grove <bgrove@attotech.com> | Tue Oct 01 14:26:02 2013 -0400 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Oct 25 09:58:59 2013 +0100 |
tree | 4e9fa1c055dc6c513893502b304c46ea31158156 | |
parent | 9588d24e36003b53f76e43b4fadfc5b35207be04 [diff] |
[SCSI] esas2r: Fixes for big-endian platforms In esas2r_format_init_msg(), sgl_page_size and epoch_time params are converted to little endian and the firmware version read from the hba is converted to cpu endianess. In esas2r_rq_init_request, correct and simplify the construction of the SCSI handle. These fixes are the result of testing on a PPC64 machine. Signed-off-by: Bradley Grove <bgrove@attotech.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>