aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorBrian King <brking@linux.vnet.ibm.com>2015-05-13 08:50:27 -0500
committerBen Hutchings <ben@decadent.org.uk>2015-08-12 16:33:14 +0200
commit33179634e185b189271a197b0c22234957eeee50 (patch)
treecc8377c63a0abb468809c31a7a94c47c456f3804 /drivers/scsi
parentbd031759bcc0865938ecc52846a3f22f2a26ad8e (diff)
downloadkernel_samsung_smdk4412-33179634e185b189271a197b0c22234957eeee50.zip
kernel_samsung_smdk4412-33179634e185b189271a197b0c22234957eeee50.tar.gz
kernel_samsung_smdk4412-33179634e185b189271a197b0c22234957eeee50.tar.bz2
ipr: Increase default adapter init stage change timeout
commit 45c44b5ff9caa743ed9c2bfd44307c536c9caf1e upstream. Increase the default init stage change timeout from 15 seconds to 30 seconds. This resolves issues we have seen with some adapters not transitioning to the first init stage within 15 seconds, which results in adapter initialization failures. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/ipr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h
index ac84736..a9932bd 100644
--- a/drivers/scsi/ipr.h
+++ b/drivers/scsi/ipr.h
@@ -251,7 +251,7 @@
#define IPR_RUNTIME_RESET 0x40000000
#define IPR_IPL_INIT_MIN_STAGE_TIME 5
-#define IPR_IPL_INIT_DEFAULT_STAGE_TIME 15
+#define IPR_IPL_INIT_DEFAULT_STAGE_TIME 30
#define IPR_IPL_INIT_STAGE_UNKNOWN 0x0
#define IPR_IPL_INIT_STAGE_TRANSOP 0xB0000000
#define IPR_IPL_INIT_STAGE_MASK 0xff000000