diff options
author | Armen Baloyan <armen.baloyan@qlogic.com> | 2013-08-27 01:37:38 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-03 10:28:03 -0400 |
commit | 71e56003621b2347405c65c3061e5dc0fa9cdd98 (patch) | |
tree | 80d656817b2b869062882ec58d384329731b9838 /drivers/scsi/qla2xxx/qla_os.c | |
parent | 4247934397d7bf4105a9fd5abcf990954cf39d5f (diff) |
[SCSI] qla2xxx: Add critical temperature handling for ISPFX00.
Signed-off-by: Armen Baloyan <armen.baloyan@qlogic.com>
Acked-by: Srinivasa Rao <srinivasa.rao@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_os.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 17a86b69cb08..7a81ede19dde 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -2575,6 +2575,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id) | |||
2575 | ha->port_down_retry_count = 30; /* default value */ | 2575 | ha->port_down_retry_count = 30; /* default value */ |
2576 | ha->mr.fw_hbt_cnt = QLAFX00_HEARTBEAT_INTERVAL; | 2576 | ha->mr.fw_hbt_cnt = QLAFX00_HEARTBEAT_INTERVAL; |
2577 | ha->mr.fw_reset_timer_tick = QLAFX00_RESET_INTERVAL; | 2577 | ha->mr.fw_reset_timer_tick = QLAFX00_RESET_INTERVAL; |
2578 | ha->mr.fw_critemp_timer_tick = QLAFX00_CRITEMP_INTERVAL; | ||
2578 | ha->mr.fw_hbt_en = 1; | 2579 | ha->mr.fw_hbt_en = 1; |
2579 | } | 2580 | } |
2580 | 2581 | ||