summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/scomtrans.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/scom/scomtrans.C')
-rw-r--r--src/usr/scom/scomtrans.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/scom/scomtrans.C b/src/usr/scom/scomtrans.C
index eaf42b98b..d1141582d 100644
--- a/src/usr/scom/scomtrans.C
+++ b/src/usr/scom/scomtrans.C
@@ -212,14 +212,14 @@ errlHndl_t scomTranslate(DeviceFW::OperationType i_opType,
/*@
* @errortype
* @moduleid SCOM::SCOM_TRANSLATE
- * @reasoncode SCOM::SCOM_TRANS_UNSUPPORTED
+ * @reasoncode SCOM::SCOM_TRANS_UNSUPPORTED_XBUS
* @userdata1 Address
* @userdata2 Target Type that failed
* @devdesc Scom Translate not supported for this type
*/
l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
SCOM_TRANSLATE,
- SCOM_TRANS_UNSUPPORTED,
+ SCOM_TRANS_UNSUPPORTED_XBUS,
i_addr,
l_type);
@@ -233,14 +233,14 @@ errlHndl_t scomTranslate(DeviceFW::OperationType i_opType,
/*@
* @errortype
* @moduleid SCOM::SCOM_TRANSLATE
- * @reasoncode SCOM::SCOM_TRANS_UNSUPPORTED
+ * @reasoncode SCOM::SCOM_TRANS_UNSUPPORTED_ABUS
* @userdata1 Address
* @userdata2 Target Type that failed
* @devdesc Scom Translate not supported for this type
*/
l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
SCOM_TRANSLATE,
- SCOM_TRANS_UNSUPPORTED,
+ SCOM_TRANS_UNSUPPORTED_ABUS,
i_addr,
l_type);
OpenPOWER on IntegriCloud