summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H2
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index 150602606..4ff7d0a83 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -187,6 +187,8 @@ public:
DECONFIGURED_BY_NO_PARENT_MI, // BASE | 0x1A
DECONFIGURED_BY_NO_MATCHING_LINK_SET, // BASE | 0x1B
+ //used when we deconfigure unused children of OBUS
+ DECONFIGURED_BY_OBUS_MODE, // BASE | 0x1C
// mask - these bits mean it's a PLID and not an enum
DECONFIGURED_BY_PLID_MASK = 0xFFFF0000,
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index b02550cc6..621caaef0 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1808,10 +1808,10 @@
<default>OBUS_BRICK</default>
</attribute>
<attribute><id>CDM_DOMAIN</id><default>FABRIC</default></attribute>
- <attribute><id>DECONFIG_GARDABLE</id><default>0</default></attribute>
+ <attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
<attribute><id>HUID</id></attribute>
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
- <default>0</default> <!-- GARD -->
+ <default>0x00000001</default> <!-- GARD -->
</attribute>
<attribute><id>OBUS_BRICK_LANE_MASK</id></attribute>
<attribute><id>OBUS_SLOT_INDEX</id></attribute>
OpenPOWER on IntegriCloud