diff options
author | Bart Van Assche <bvanassche@acm.org> | 2011-10-09 08:35:48 -0400 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-11-30 20:40:33 -0500 |
commit | 7e1265bfe75f0ef1a9f5cfde202df68b7e35a53f (patch) | |
tree | a4552f89e0345879a9708d87bed686353d1fda7a /Documentation/ABI | |
parent | 9134a855178f141b9be48aa19b49ed92d82665ce (diff) |
srp_transport: Document sysfs attributes
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Robert Jennings <rcj@linux.vnet.ibm.com>
Acked-by: David Dillow <dillowda@ornl.gov>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/stable/sysfs-transport-srp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/ABI/stable/sysfs-transport-srp b/Documentation/ABI/stable/sysfs-transport-srp new file mode 100644 index 000000000000..7b0d4a5350f1 --- /dev/null +++ b/Documentation/ABI/stable/sysfs-transport-srp | |||
@@ -0,0 +1,12 @@ | |||
1 | What: /sys/class/srp_remote_ports/port-<h>:<n>/port_id | ||
2 | Date: June 27, 2007 | ||
3 | KernelVersion: 2.6.24 | ||
4 | Contact: linux-scsi@vger.kernel.org | ||
5 | Description: 16-byte local SRP port identifier in hexadecimal format. An | ||
6 | example: 4c:49:4e:55:58:20:56:49:4f:00:00:00:00:00:00:00. | ||
7 | |||
8 | What: /sys/class/srp_remote_ports/port-<h>:<n>/roles | ||
9 | Date: June 27, 2007 | ||
10 | KernelVersion: 2.6.24 | ||
11 | Contact: linux-scsi@vger.kernel.org | ||
12 | Description: Role of the remote port. Either "SRP Initiator" or "SRP Target". | ||