diff options
author | Bryan O'Sullivan <bos@pathscale.com> | 2006-09-28 12:00:17 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-09-28 14:17:01 -0400 |
commit | 510847750c9d26052a71631e0fcad9e7f7a5f369 (patch) | |
tree | b8cd6a4374785b3417d7c666d6377ee90e11aee2 /drivers/infiniband | |
parent | 7227aac47deac20daa0073a1ebbf608b4f2f8d94 (diff) |
IB/ipath: Change HT CRC message to indicate how to resolve problem
The system must be powercycled to clear a HT CRC error; reloading the
driver is not enough.
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_iba6110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_iba6110.c b/drivers/infiniband/hw/ipath/ipath_iba6110.c index 695f77402515..fd49c9c32c68 100644 --- a/drivers/infiniband/hw/ipath/ipath_iba6110.c +++ b/drivers/infiniband/hw/ipath/ipath_iba6110.c | |||
@@ -338,7 +338,7 @@ static void hwerr_crcbits(struct ipath_devdata *dd, ipath_err_t hwerrs, | |||
338 | if (crcbits) { | 338 | if (crcbits) { |
339 | u16 ctrl0, ctrl1; | 339 | u16 ctrl0, ctrl1; |
340 | snprintf(bitsmsg, sizeof bitsmsg, | 340 | snprintf(bitsmsg, sizeof bitsmsg, |
341 | "[HT%s lane %s CRC (%llx); ignore till reload]", | 341 | "[HT%s lane %s CRC (%llx); powercycle to completely clear]", |
342 | !(crcbits & _IPATH_HTLINK1_CRCBITS) ? | 342 | !(crcbits & _IPATH_HTLINK1_CRCBITS) ? |
343 | "0 (A)" : (!(crcbits & _IPATH_HTLINK0_CRCBITS) | 343 | "0 (A)" : (!(crcbits & _IPATH_HTLINK0_CRCBITS) |
344 | ? "1 (B)" : "0+1 (A+B)"), | 344 | ? "1 (B)" : "0+1 (A+B)"), |