summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMarkus Lidel <markus.lidel@shadowconnect.com>2004-12-16 17:20:23 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-16 17:20:23 -0800
commit09edaa446d946ad240e7f67b4a52de026d406905 (patch)
treeeb093790b2391eb2870ac20e7e209bfc35aee227 /include/linux
parentd45c791c30ab560e53d031376419cc57e8abcaf4 (diff)
[PATCH] i2o: increase timeout for LCT_NOTIFY
Some users have reported problems with the I2O subsystem, which was caused by the timeout to fetch the LCT. - increases the timeout for I2O LCT_GET. On some systems the time to get a reply from the I2O controller is longer then the timeout to wait. Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/i2o.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2o.h b/include/linux/i2o.h
index 777a80f9f4a3..229bb91364ad 100644
--- a/include/linux/i2o.h
+++ b/include/linux/i2o.h
@@ -976,7 +976,7 @@ extern void i2o_debug_state(struct i2o_controller *c);
#define I2O_TIMEOUT_MESSAGE_GET 5
#define I2O_TIMEOUT_RESET 30
#define I2O_TIMEOUT_STATUS_GET 5
-#define I2O_TIMEOUT_LCT_GET 20
+#define I2O_TIMEOUT_LCT_GET 360
#define I2O_TIMEOUT_SCSI_SCB_ABORT 240
/* retries */