From c0f059344eb90aee25dc6933dbf5bd14c050fa7a Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 6 Apr 2011 11:36:32 +0000 Subject: [PATCH] Docs updated git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3358 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/README | 5 +++++ scst/README_in-tree | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/scst/README b/scst/README index e49e84255..29206e147 100644 --- a/scst/README +++ b/scst/README @@ -514,6 +514,11 @@ Every target should have at least the following entries: - sessions - subdirectory containing connected to this target sessions. + - comment - this attribute can be used to store any human readable info + to help identify target. For instance, to help identify the target's + mapping to the corresponding hardware port. It isn't anyhow used by + SCST. + - enabled - using this attribute you can enable or disable this target/ It allows to finish configuring it before it starts accepting new connections. 0 by default. diff --git a/scst/README_in-tree b/scst/README_in-tree index 4937c8a60..2e32accdb 100644 --- a/scst/README_in-tree +++ b/scst/README_in-tree @@ -382,6 +382,11 @@ Every target should have at least the following entries: - sessions - subdirectory containing connected to this target sessions. + - comment - this attribute can be used to store any human readable info + to help identify target. For instance, to help identify the target's + mapping to the corresponding hardware port. It isn't anyhow used by + SCST. + - enabled - using this attribute you can enable or disable this target/ It allows to finish configuring it before it starts accepting new connections. 0 by default.