diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2011-05-03 15:59:15 -0400 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-17 03:04:32 -0400 |
commit | 516fda49e8596904a741693059c8746f11ce579c (patch) | |
tree | 468cb872fa5e35684cb5808b6c05d5eb1e1c8e36 /drivers/scsi/hpsa.h | |
parent | 580ada3c1e2f23b4b0f3c254cae3eb278f92d494 (diff) |
[SCSI] hpsa: wait longer for no-op to complete after resetting controller
This is to avoid the usual two or three messages about the command
timing out. We're obviously not waiting long enough.
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 7eec39716dc7..7a4ee7335a46 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h | |||
@@ -130,7 +130,7 @@ struct ctlr_info { | |||
130 | #define HPSA_BUS_RESET_MSG 2 | 130 | #define HPSA_BUS_RESET_MSG 2 |
131 | #define HPSA_HOST_RESET_MSG 3 | 131 | #define HPSA_HOST_RESET_MSG 3 |
132 | #define HPSA_MSG_SEND_RETRY_LIMIT 10 | 132 | #define HPSA_MSG_SEND_RETRY_LIMIT 10 |
133 | #define HPSA_MSG_SEND_RETRY_INTERVAL_MSECS 1000 | 133 | #define HPSA_MSG_SEND_RETRY_INTERVAL_MSECS (10000) |
134 | 134 | ||
135 | /* Maximum time in seconds driver will wait for command completions | 135 | /* Maximum time in seconds driver will wait for command completions |
136 | * when polling before giving up. | 136 | * when polling before giving up. |