diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2010-03-15 19:07:16 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2010-03-15 19:27:03 +0100 |
commit | 2f34097e359b8868569e30511d497639f2983566 (patch) | |
tree | 9a894917cf8fdec61caf59ba7e58c48e56cc17c6 | |
parent | 9f1406af4b13c8a164ffa808e81ecc8ed1dc1580 (diff) |
add scsi.transport property to SPEC
Added new scsi.transport property to SPEC.
-rw-r--r-- | doc/spec/hal-spec-properties.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index 190e93f1..3dffc6dc 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -2829,6 +2829,32 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} <entry></entry> <entry>The type of this SCSI device is unknwon.</entry> </row> + <row> + <entry> + <literal>scsi.transport</literal> (string) + </entry> + <entry>Example: FC</entry> + <entry>No</entry> + <entry>The SCSI Transport protocol used by the device.</entry> + </row> + <row> + <entry></entry> + <entry>FC</entry> + <entry></entry> + <entry>This is a SCSI FiberChannel device.</entry> + </row> + <row> + <entry></entry> + <entry>iSCSI</entry> + <entry></entry> + <entry>This is a iSCSI (internet Small Computer System Interface) device.</entry> + </row> + <row> + <entry></entry> + <entry>SAS</entry> + <entry></entry> + <entry>This is a SAS (Serial Attached SCSI) device.</entry> + </row> </tbody> </tgroup> </informaltable> |