diff options
author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-05-12 17:25:33 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-06-23 18:09:24 -0500 |
commit | fe8c155f03999796fc2bff4da29e835113c3bf6a (patch) | |
tree | 330544091b2f612750d3e0e1a0b6d7624d5113c8 /src/usr/scan | |
parent | 2d37406c25d8aa6b66815e8b334a21bc5f9b0c6f (diff) | |
download | talos-hostboot-fe8c155f03999796fc2bff4da29e835113c3bf6a.tar.gz talos-hostboot-fe8c155f03999796fc2bff4da29e835113c3bf6a.zip |
Add customer error descriptions to error log headers.
Change-Id: Ibb2f1219b6f2ff27e9b09fea4d36c2616fb7ddf9
RTC: 110397
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11079
Tested-by: Jenkins Server
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/scan')
-rw-r--r-- | src/usr/scan/scandd.C | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/scan/scandd.C b/src/usr/scan/scandd.C index 3d71c47f2..329d642cd 100644 --- a/src/usr/scan/scandd.C +++ b/src/usr/scan/scandd.C @@ -108,6 +108,8 @@ errlHndl_t scanPerformOp( DeviceFW::OperationType i_opType, * @userdata1 SCAN Ring Address * @userdata2 SCAN ring length * @devdesc ScanDD::scanPerformOp> Invalid ringlength + * @custdesc A problem occurred during the IPL + * of the system. */ l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE, SCAN::MOD_SCANDD_DDOP, @@ -135,6 +137,8 @@ errlHndl_t scanPerformOp( DeviceFW::OperationType i_opType, * @userdata1 SCAN Ring Address * @userdata2 TARGET * @devdesc ScanDD::scanPerformOp> Invalid Ring Address + * @custdesc A problem occurred during the IPL + * of the system. */ l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE, SCAN::MOD_SCANDD_DDOP, @@ -162,6 +166,8 @@ errlHndl_t scanPerformOp( DeviceFW::OperationType i_opType, * @userdata1 SCAN IO buffer length * @userdata2 SCAN ring length * @devdesc ScanDD::scanPerformOp> Invalid IObuf length + * @custdesc A problem occurred during the IPL + * of the system. */ l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE, SCAN::MOD_SCANDD_DDOP, @@ -204,6 +210,8 @@ errlHndl_t scanPerformOp( DeviceFW::OperationType i_opType, * @userdata1 SCAN Address * @userdata2 Operation Type (i_opType) * @devdesc ScanDD::scanPerformOp> Invalid operation type + * @custdesc A problem occurred during the IPL + * of the system. */ l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE, SCAN::MOD_SCANDD_DDOP, @@ -663,6 +671,8 @@ errlHndl_t scanDoScan( DeviceFW::OperationType i_opType, * @userdata2 Operation Type (i_opType) * @devdesc ScanDD::scanDoScan> Got a data mismatch * when reading back the header + * @custdesc A problem occurred during the IPL + * of the system. */ l_err = new ERRORLOG::ErrlEntry( ERRORLOG::ERRL_SEV_UNRECOVERABLE, |