summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2015-03-10 15:42:28 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-13 12:23:09 -0500
commit27ea9d15f97d6e34e47c63e5654a30d7923acd87 (patch)
tree625f84f20c93a5aef98b454cf01770783ed85e5b /src/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule
parent4f3df8aacc525487f04e81603f41ea9312cd14ea (diff)
downloadtalos-hostboot-27ea9d15f97d6e34e47c63e5654a30d7923acd87.tar.gz
talos-hostboot-27ea9d15f97d6e34e47c63e5654a30d7923acd87.zip
PRD: replace bus symbolic FRUs with HW callouts
Change-Id: If1ba6d78a8c3e995b3795eb999ccdbe4b89dde59 RTC: 114364 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16340 Tested-by: Jenkins Server Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17024
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule
index 51f530f58..4d7e45728 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule
+++ b/src/usr/diag/prdf/common/plat/pegasus/Proc_acts_ABUS.rule
@@ -524,6 +524,7 @@ actionclass calloutAbus0Interface
callout(procedure(PassiveFabric_OffNode_ENUM), MRU_MED);
callout(connected(TYPE_ABUS, 0), MRU_MEDA);
callout(connected_peer(TYPE_ABUS, 0), MRU_MEDA);
+ funccall("calloutInterface_abus0");
};
/** Callout the ABUS 1 interface */
@@ -532,6 +533,7 @@ actionclass calloutAbus1Interface
callout(procedure(PassiveFabric_OffNode_ENUM), MRU_MED);
callout(connected(TYPE_ABUS, 1), MRU_MEDA);
callout(connected_peer(TYPE_ABUS, 1), MRU_MEDA);
+ funccall("calloutInterface_abus1");
};
/** Callout the ABUS 2 interface */
@@ -540,6 +542,7 @@ actionclass calloutAbus2Interface
callout(procedure(PassiveFabric_OffNode_ENUM), MRU_MED);
callout(connected(TYPE_ABUS, 2), MRU_MEDA);
callout(connected_peer(TYPE_ABUS, 2), MRU_MEDA);
+ funccall("calloutInterface_abus2");
};
/** Callout the ABUS 0 interface, threshold 1 */
OpenPOWER on IntegriCloud