diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2011-05-03 14:59:31 -0500 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-17 11:05:41 +0400 |
commit | 2ed7127bceb10a6a7d5a38c30ab65176d4e4bc0f (patch) | |
tree | 3797be0e256d2be21729ae2a09cafd1d98acff2d | |
parent | 0ae01a32cb4a89ef0ed49bb6f49bd5830b13ab3e (diff) | |
download | linux-3.10-2ed7127bceb10a6a7d5a38c30ab65176d4e4bc0f.tar.gz linux-3.10-2ed7127bceb10a6a7d5a38c30ab65176d4e4bc0f.tar.bz2 linux-3.10-2ed7127bceb10a6a7d5a38c30ab65176d4e4bc0f.zip |
[SCSI] hpsa: increase time to wait for board reset
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
-rw-r--r-- | drivers/scsi/hpsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index 7a4ee7335a4..b1412a7f451 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h @@ -155,7 +155,7 @@ struct ctlr_info { * HPSA_BOARD_READY_ITERATIONS are derived from those. */ #define HPSA_BOARD_READY_WAIT_SECS (120) -#define HPSA_BOARD_NOT_READY_WAIT_SECS (10) +#define HPSA_BOARD_NOT_READY_WAIT_SECS (100) #define HPSA_BOARD_READY_POLL_INTERVAL_MSECS (100) #define HPSA_BOARD_READY_POLL_INTERVAL \ ((HPSA_BOARD_READY_POLL_INTERVAL_MSECS * HZ) / 1000) |