diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2011-05-03 15:59:31 -0400 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-17 03:05:41 -0400 |
commit | 2ed7127bceb10a6a7d5a38c30ab65176d4e4bc0f (patch) | |
tree | 3797be0e256d2be21729ae2a09cafd1d98acff2d /drivers/scsi/hpsa.h | |
parent | 0ae01a32cb4a89ef0ed49bb6f49bd5830b13ab3e (diff) |
[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>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-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 7a4ee7335a46..b1412a7f4514 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h | |||
@@ -155,7 +155,7 @@ struct ctlr_info { | |||
155 | * HPSA_BOARD_READY_ITERATIONS are derived from those. | 155 | * HPSA_BOARD_READY_ITERATIONS are derived from those. |
156 | */ | 156 | */ |
157 | #define HPSA_BOARD_READY_WAIT_SECS (120) | 157 | #define HPSA_BOARD_READY_WAIT_SECS (120) |
158 | #define HPSA_BOARD_NOT_READY_WAIT_SECS (10) | 158 | #define HPSA_BOARD_NOT_READY_WAIT_SECS (100) |
159 | #define HPSA_BOARD_READY_POLL_INTERVAL_MSECS (100) | 159 | #define HPSA_BOARD_READY_POLL_INTERVAL_MSECS (100) |
160 | #define HPSA_BOARD_READY_POLL_INTERVAL \ | 160 | #define HPSA_BOARD_READY_POLL_INTERVAL \ |
161 | ((HPSA_BOARD_READY_POLL_INTERVAL_MSECS * HZ) / 1000) | 161 | ((HPSA_BOARD_READY_POLL_INTERVAL_MSECS * HZ) / 1000) |