diff options
author | David Sommerseth <davids@redhat.com> | 2009-07-02 18:13:42 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-07-02 18:13:42 +0200 |
commit | 9cff9fae8afcaffcc2b06e982f2671aab0963009 (patch) | |
tree | 3427434ba3c451c69e488126548ef91d7c175c11 /src | |
parent | abdaa329af1f53c043a6293ac87c7a53d419545f (diff) | |
download | python-dmidecode-9cff9fae8afcaffcc2b06e982f2671aab0963009.tar.gz python-dmidecode-9cff9fae8afcaffcc2b06e982f2671aab0963009.tar.xz python-dmidecode-9cff9fae8afcaffcc2b06e982f2671aab0963009.zip |
Completed python XML map for TypeMap 0x13
Diffstat (limited to 'src')
-rw-r--r-- | src/pymap.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/pymap.xml b/src/pymap.xml index ee49da2..e74dd7f 100644 --- a/src/pymap.xml +++ b/src/pymap.xml @@ -470,8 +470,21 @@ </Map> </TypeMap> - <!-- FIXME : Type 19 : Memory Array Mapped Address --> + <!-- Type 19 : Memory Array Mapped Address --> <TypeMap id="0x13"> + <Map rootpath="/dmidecode/MemoryArrayMappedAddress" keytype="string" key="@handle" valuetype="dict"> + <Map keytype="constant" key="dmi_type" valuetype="integer" value="@type"/> + <Map keytype="constant" key="dmi_handle" valuetype="string" value="@handle"/> + <Map keytype="constant" key="dmi_size" valuetype="integer" value="@size"/> + <Map keytype="constant" key="data" valuetype="dict"> + <Map keytype="constant" key="Ending Address" valuetype="string" value="EndAddress"/> + <Map keytype="constant" key="Partition Width" valuetype="string" value="PartitionWidth"/> + <Map keytype="constant" key="Physical Array Handle" valuetype="string" value="PhysicalArrayHandle"/> + <Map keytype="constant" key="Range Size" + valuetype="string" value="concat(RangeSize, ' ', RangeSize/@unit)"/> + <Map keytype="constant" key="Starting Address" valuetype="string" value="StartAddress"/> + </Map> + </Map> </TypeMap> <!-- FIXME : Type 20 : Memory Device Mapped Address --> |