diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2013-07-26 18:43:45 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-07 22:09:58 -0700 |
commit | ff2b0a7db98e7ffdfafb667e60c25f07e9959737 (patch) | |
tree | 022fe4be3ebc514e294d7f2b40286d074ef72acc /include | |
parent | 6f3615326d368cbcc97c98d78fbc1036567520d1 (diff) | |
download | linux-3.10-ff2b0a7db98e7ffdfafb667e60c25f07e9959737.tar.gz linux-3.10-ff2b0a7db98e7ffdfafb667e60c25f07e9959737.tar.bz2 linux-3.10-ff2b0a7db98e7ffdfafb667e60c25f07e9959737.zip |
SCSI: pm80xx: fix Adaptec 71605H hang
commit 9504a923924d663e1953f872f0a828e6454a6cfc upstream.
The IO command size is 128 bytes for these new controllers as opposed to 64
for the old 8001 controller.
The Adaptec out-of-tree driver did this correctly. After comparing the two
this turned out to be the crucial difference.
So don't hardcode the IO command size, instead use pm8001_ha->iomb_size as
that is the correct value for both old and new controllers.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Anand Kumar Santhanam <AnandKumar.Santhanam@pmcs.com>
Acked-by: Jack Wang <xjtuwjp@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions