1
0
Fork 0

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

Make SPI timeout 10s the same as SAS

Signed-off-by: Bernd Schubert <bs@q-leap.de>
Acked-by: "Prakash, Sathya" <Sathya.Prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
hifive-unleashed-5.1
Bernd Schubert 2008-09-23 15:28:58 +02:00 committed by James Bottomley
parent 7583221f60
commit 22ab019b6f
1 changed files with 1 additions and 2 deletions

View File

@ -1760,10 +1760,9 @@ mptscsih_get_tm_timeout(MPT_ADAPTER *ioc)
case FC:
return 40;
case SAS:
return 10;
case SPI:
default:
return 2;
return 10;
}
}