summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-10-28 22:56:01 +0100
committerDanny Kukawka <danny.kukawka@web.de>2008-10-28 22:56:01 +0100
commite82777cccd0bdde2bffbcf63698c49f9e2d9f5a3 (patch)
tree0be8b79f46c2bb766644609ad9e2b68cc304e87e /doc
parent058f79a288b4d10db8c34b74d3cdda82659e8761 (diff)
revert BDI changes from SPEC
Reverted BDI changes from SPEC. Reverted commits: - 51b8fcd53c31997d6b6bced7f6d735da12205f87 - 32f8cf992112a04578b89967e13635658c2ba59d
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/hal-spec-properties.xml77
1 files changed, 0 insertions, 77 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 3d47c13e..a9425134 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -796,77 +796,6 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
technologies is assumed for this section to be useful.
</para>
- <sect2 id="device-properties-bdi">
- <title>
- bdi namespace
- </title>
- <para>
- Devices backing a memory (mmap) region, called Backing Device
- Information (BDI), are represented by device objects where
- <literal>info.subsystem</literal> equals <literal>bdi</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>bdi.id</literal> (int)
- </entry>
- <entry></entry>
- <entry>Yes</entry>
- <entry>Device identification</entry>
- </row>
- <row>
- <entry>
- <literal>bdi.read_ahead_kb</literal> (int)
- </entry>
- <entry></entry>
- <entry>No</entry>
- <entry>
- Size of the read-ahead window in kilobytes
- For more information check the Linux kernel documentation
- </entry>
- </row>
- <row>
- <entry>
- <literal>bdi.min_ratio</literal> (int)
- </entry>
- <entry></entry>
- <entry>No</entry>
- <entry>
- The 'min_ratio' parameter contains information about the
- minimum percentage of the write-back cache to a particular
- device.
- For more information check the Linux kernel documentation
- </entry>
- </row>
- <row>
- <entry>
- <literal>bdi.max_ratio</literal> (int)
- </entry>
- <entry></entry>
- <entry>No</entry>
- <entry>
- The 'max_ratio' parameter contains information about the
- maximum percentage of the write-back cache a particular
- device can use.
- For more information check the Linux kernel documentation
- </entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- </sect2>
-
<sect2 id="device-properties-bluetooth_acl">
<title>bluetooth_acl namespace</title>
<para>
@@ -6236,12 +6165,6 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
</row>
<row>
<entry></entry>
- <entry>bdi</entry>
- <entry></entry>
- <entry>BDI (Backing Device Information) interface</entry>
- </row>
- <row>
- <entry></entry>
<entry>ccw</entry>
<entry></entry>
<entry>IBM s390/s390x ccw interface</entry>