summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2008-03-05 11:11:33 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-03-05 11:11:33 -0500
commitabf870f62f40283f738034956533dca614b800e1 (patch)
treec63ad6fc371c650af31a51257805ff66c9d3697e /doc
parentf735bd9b89c9e0f6d57ebe4a0b6d6c25557005ff (diff)
add vio support
From David Woodhouse. Thanks! (davidz note: I wonder if it's easier, instead of adding similar patches for all kinds of subsystems, to simple add all unknown subsystems and name them linux_<subsysname>. I wonder what that would break and/or fix.)
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/hal-spec-properties.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 1fd72b61..afad7c61 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -2993,6 +2993,40 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
</tgroup>
</informaltable>
</sect2>
+
+ <sect2 id="device-properties-vio">
+ <title>
+ virtio namespace
+ </title>
+ <para>
+ Devices on the IBM pSeries/iSeries 'vio' bus are represented
+ by device objects where <literal>info.subsystem</literal>
+ equals <literal>vio</literal>. The following properties are
+ available for such device objects.
+ </para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Key (type)</entry>
+ <entry>Values</entry>
+ <entry>Mandatory</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <literal>vio.id</literal> (string)
+ </entry>
+ <entry>example: 30000003</entry>
+ <entry>Yes</entry>
+ <entry>Device identification</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </sect2>
</sect1>
<sect1 id="properties-functional">