From 078c37afe067b05013527c8252f1325af6e0e413 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 24 Nov 2010 12:00:24 +0000 Subject: [PATCH] Docs cleanups git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2813 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/README | 16 ++++++++-------- qla2x00t/qla2x00-target/ToDo | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index 50ab932db..b01237b58 100644 --- a/qla2x00t/qla2x00-target/README +++ b/qla2x00t/qla2x00-target/README @@ -140,7 +140,7 @@ When qla2xxx compiled with CONFIG_SCSI_QLA2XXX_TARGET enabled, it has parameter "qlini_mode", which determines when initiator mode will be enabled. Possible values: - - "exclusive" (default ) - initiator mode will be enabled on load, + - "exclusive" (default) - initiator mode will be enabled on load, disabled on enabling target mode and then on disabling target mode enabled back. @@ -181,29 +181,29 @@ default. Class 2 ------- -Class 2 is the close equivalent of the TCP in the IP world. If you +Class 2 is the close equivalent of TCP in the network world. If you enable it, all the Fibre Channel packets will be acknowledged. By -default, class 3 is used, which is UDP-like. Enable it by echoing "1" in -/sys/kernel/scst_tgt/targets/qla2x00t/target/host/class2_enabled. This -option needs a special firmware with class 2 support. Disabled by +default, class 3 is used, which is UDP-like. Enable class 2 by echoing +"1" in /sys/kernel/scst_tgt/targets/qla2x00t/target/host/class2_enabled. +This option needs a special firmware with class 2 support. Disabled by default. N_Port ID Virtualization ------------------------ -N_Port ID Virtualization(NPIV) is a Fibre Channel facility allowing +N_Port ID Virtualization (NPIV) is a Fibre Channel facility allowing multiple N_Port IDs to share a single physical N_Port. NPIV is fully supported by this driver. You must have 24xx+ ISPs with NPIV-supporting and NPIV-switches switch(es) to use this facility. -You can add NPIV targets by echoing +You can add NPIV targets by echoing: add_target target_name node_name=node_name_value; parent_host=parent_host_value in /sys/kernel/scst_tgt/targets/qla2x00t/mgmt. -Removing NPIV targets is done by echoing +Removing NPIV targets is done by echoing: del_target target_name diff --git a/qla2x00t/qla2x00-target/ToDo b/qla2x00t/qla2x00-target/ToDo index c6c185e7d..939c060af 100644 --- a/qla2x00t/qla2x00-target/ToDo +++ b/qla2x00t/qla2x00-target/ToDo @@ -1,7 +1,7 @@ Known issues and unimplemented features --------------------------------------- - - Allow to set port and node names through sysfs. + - Allow to set port names through sysfs. - Minor "ToDo"'s spread in the code.