diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2009-07-18 11:03:22 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2010-04-16 14:59:27 +0200 |
commit | deb645cdaf8a008bc75bfb3077010ede573f6826 (patch) | |
tree | d685f4176b53af6937b216cef1e6d1a9c87c7cc4 | |
parent | e9905ebea9f190c71c994642e1fcd05a63601d79 (diff) |
add IBM Ebus to SPEC
Added IBM Ebus to SPEC.
-rw-r--r-- | doc/spec/hal-spec-properties.xml | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index 0c090696..711ef3f1 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -1748,6 +1748,41 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </informaltable> </sect2> + <sect2 id="device-properties-ibmebus"> + <title>ibmebus namespace</title> + <para> + Devices on the BM Ebus are represented by device objects where + <literal>info.subsystem</literal> equals <literal>ibmebus</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>ibmebus.devspec</literal> (string)</entry> + <entry>example: /lhea@23c00100/ethernet@23e0010 </entry> + <entry>Yes</entry> + <entry>The IBM Ebus device spec.</entry> + </row> + <row> + <entry><literal>ibmebus.type</literal> (string)</entry> + <entry>example: </entry> + <entry>Yes</entry> + <entry>The type of IBM Ebus device</entry> + </row> + </tbody> + </tgroup> + </informaltable> + </sect2> + <sect2 id="device-properties-ide"> <title> ide namespace @@ -2961,7 +2996,7 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </sect2> <sect2 id="device-properties-ssb"> - <title>xen namespace</title> + <title>ssb namespace</title> <para> Devices on the Sonics Silicon Backplane (SSB) bus are represented by device objects where <literal>info.subsystem</literal> equals |