From fe8c155f03999796fc2bff4da29e835113c3bf6a Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Mon, 12 May 2014 17:25:33 -0500 Subject: 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 Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/usr/scan/scandd.C | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/usr/scan/scandd.C') 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, -- cgit v1.2.1