]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] i2o: increase timeout for LCT_NOTIFY
authorMarkus Lidel <markus.lidel@shadowconnect.com>
Fri, 17 Dec 2004 01:20:23 +0000 (17:20 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 17 Dec 2004 01:20:23 +0000 (17:20 -0800)
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>
include/linux/i2o.h

index 777a80f9f4a3291d76338352beedbf810897a880..229bb91364adff2dc5d60076ea8be1153be44ad3 100644 (file)
@@ -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 */