Commit 22ab019b authored by Bernd Schubert's avatar Bernd Schubert Committed by James Bottomley

[SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver.

Make SPI timeout 10s the same as SAS
Signed-off-by: default avatarBernd Schubert <bs@q-leap.de>
Acked-by: default avatar"Prakash, Sathya" <Sathya.Prakash@lsi.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 7583221f
...@@ -1760,10 +1760,9 @@ mptscsih_get_tm_timeout(MPT_ADAPTER *ioc) ...@@ -1760,10 +1760,9 @@ mptscsih_get_tm_timeout(MPT_ADAPTER *ioc)
case FC: case FC:
return 40; return 40;
case SAS: case SAS:
return 10;
case SPI: case SPI:
default: default:
return 2; return 10;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment