summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
index 65f36f9f..b06621f0 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
@@ -1131,13 +1131,17 @@
<id>ATTR_MRW_HW_MIRRORING_ENABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>
- TRUE : HW mirroring is enabled.
+ REQUIRED/TRUE: HW mirroring is enabled, and all channels are required
+ to be part of a mirrored group.
+ REQUESTED : HW mirroring is enabled. Mirroring will be configured for
+ groups which support it, but not all channels are required
+ to be mirrored.
FALSE : HW mirroring is disabled.
Provided by the MRW.
</description>
<valueType>uint8</valueType>
<platInit/>
- <enum>FALSE = 0, TRUE = 1</enum>
+ <enum>FALSE = 0, TRUE = 1, REQUESTED = 2</enum>
</attribute>
<!-- ********************************************************************** -->
<attribute>
OpenPOWER on IntegriCloud