summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-05-15 13:43:09 +0200
committerDavid Sommerseth <davids@redhat.com>2009-05-20 14:19:57 +0200
commitc5ad272970644cee25eefb2010061b751dd17519 (patch)
treeb6c185285e61cbbfc5baec12b3d993fec1ba6f88 /src
parentb20e017f0b09e6f8946db04b0acef69e62fcf114 (diff)
downloadpython-dmidecode-c5ad272970644cee25eefb2010061b751dd17519.tar.gz
python-dmidecode-c5ad272970644cee25eefb2010061b751dd17519.tar.xz
python-dmidecode-c5ad272970644cee25eefb2010061b751dd17519.zip
Added a few missing comments
Diffstat (limited to 'src')
-rw-r--r--src/pythonmap.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pythonmap.xml b/src/pythonmap.xml
index e55e107..d8add41 100644
--- a/src/pythonmap.xml
+++ b/src/pythonmap.xml
@@ -90,6 +90,10 @@
</Map>
</Map>
</Mapping>
+
+ <!-- -->
+ <!-- Mapping setup for chassis info -->
+ <!-- -->
<Mapping name="chassis">
<Map rootpath="/dmidecode/ChassisInfo" keytype="string" key="@handle" valuetype="dict">
<Map keytype="constant" key="dmi_type" valuetype="integer" value="@type"/>
@@ -109,6 +113,10 @@
</Map>
</Map>
</Mapping>
+
+ <!-- -->
+ <!-- Mapping setup for memory info -->
+ <!-- -->
<Mapping name="memory">
<Map rootpath="/dmidecode/PhysicalMemoryArray" keytype="string" key="@handle" valuetype="dict">
<Map keytype="constant" key="dmi_type" valuetype="integer" value="@type"/>