* [PATCH 5/6] lpfc 8.3.19: Change heartbeat to default to disabled
@ 2010-11-21 4:12 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2010-11-21 4:12 UTC (permalink / raw)
To: linux-scsi
Change heartbeat to default to disabled
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
---
lpfc_attr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -upNr a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
--- a/drivers/scsi/lpfc/lpfc_attr.c 2010-11-19 16:11:02.000000000 -0500
+++ b/drivers/scsi/lpfc/lpfc_attr.c 2010-11-19 16:11:19.000000000 -0500
@@ -3305,12 +3305,12 @@ LPFC_ATTR_R(fcp_eq_count, LPFC_FP_EQN_DE
LPFC_ATTR_R(enable_hba_reset, 1, 0, 1, "Enable HBA resets from the driver.");
/*
-# lpfc_enable_hba_heartbeat: Enable HBA heartbeat timer..
+# lpfc_enable_hba_heartbeat: Disable HBA heartbeat timer..
# 0 = HBA Heartbeat disabled
# 1 = HBA Heartbeat enabled (default)
# Value range is [0,1]. Default value is 1.
*/
-LPFC_ATTR_R(enable_hba_heartbeat, 1, 0, 1, "Enable HBA Heartbeat.");
+LPFC_ATTR_R(enable_hba_heartbeat, 0, 0, 1, "Enable HBA Heartbeat.");
/*
# lpfc_enable_bg: Enable BlockGuard (Emulex's Implementation of T10-DIF)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-21 4:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-21 4:12 [PATCH 5/6] lpfc 8.3.19: Change heartbeat to default to disabled James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox