diff options
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 6be942ae8a07..c06491b5862f 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -3305,12 +3305,12 @@ LPFC_ATTR_R(fcp_eq_count, LPFC_FP_EQN_DEF, LPFC_FP_EQN_MIN, LPFC_FP_EQN_MAX, | |||
3305 | LPFC_ATTR_R(enable_hba_reset, 1, 0, 1, "Enable HBA resets from the driver."); | 3305 | LPFC_ATTR_R(enable_hba_reset, 1, 0, 1, "Enable HBA resets from the driver."); |
3306 | 3306 | ||
3307 | /* | 3307 | /* |
3308 | # lpfc_enable_hba_heartbeat: Enable HBA heartbeat timer.. | 3308 | # lpfc_enable_hba_heartbeat: Disable HBA heartbeat timer.. |
3309 | # 0 = HBA Heartbeat disabled | 3309 | # 0 = HBA Heartbeat disabled |
3310 | # 1 = HBA Heartbeat enabled (default) | 3310 | # 1 = HBA Heartbeat enabled (default) |
3311 | # Value range is [0,1]. Default value is 1. | 3311 | # Value range is [0,1]. Default value is 1. |
3312 | */ | 3312 | */ |
3313 | LPFC_ATTR_R(enable_hba_heartbeat, 1, 0, 1, "Enable HBA Heartbeat."); | 3313 | LPFC_ATTR_R(enable_hba_heartbeat, 0, 0, 1, "Enable HBA Heartbeat."); |
3314 | 3314 | ||
3315 | /* | 3315 | /* |
3316 | # lpfc_enable_bg: Enable BlockGuard (Emulex's Implementation of T10-DIF) | 3316 | # lpfc_enable_bg: Enable BlockGuard (Emulex's Implementation of T10-DIF) |