Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH] 2.6.27-rc2 SCSI Rewrite help text for SCSI_SAS_HOST_SMP
@ 2008-08-12 21:35 Grant Grundler
  2008-08-12 21:46 ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Grundler @ 2008-08-12 21:35 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 885 bytes --]

Rewrite libsas/Kconfig help text for SCSI_SAS_HOST_SMP option.
Previous text is useless. Thanks for Martin Petersen (mkp) for pointing
me in the right direction.

Signed-off-By: Grant Grundler <grundler@google.com>

(sorry - patch attached instead of inline because, uhm, gmail white
space mangles patches. Yes, we've complained about it).

New text reads:
+               Allows SAS hosts to receive SAS Management Protocol (SMP)
+               frames.  Selecting this option builds an SMP interpreter
+               into libsas. SMP frames are used to manage SAS expanders
+               and routing of SAS frames.
+
+               For more details see:
+                       http://www.scsita.org/aboutscsi/sas/tutorials.html
+                       http://www.t11.org/ftp/t11/pub/sm/hba/04-373v0.pdf
+
+               Say N here if you want to save the few kb this consumes.

[-- Attachment #2: diff-2.6.27-rc2-libsas_kconfig-01 --]
[-- Type: application/octet-stream, Size: 939 bytes --]

diff --git a/drivers/scsi/libsas/Kconfig b/drivers/scsi/libsas/Kconfig
index 18f33cd..06fb3ea 100644
--- a/drivers/scsi/libsas/Kconfig
+++ b/drivers/scsi/libsas/Kconfig
@@ -43,9 +43,16 @@ config SCSI_SAS_HOST_SMP
 	default y
 	depends on SCSI_SAS_LIBSAS
 	help
-		Allows sas hosts to receive SMP frames.  Selecting this
-		option builds an SMP interpreter into libsas.  Say
-		N here if you want to save the few kb this consumes.
+		Allows SAS hosts to receive SAS Management Protocol (SMP)
+		frames.  Selecting this option builds an SMP interpreter
+		into libsas. SMP frames are used to manage SAS expanders
+		and routing of SAS frames.
+
+		For more details see:
+			http://www.scsita.org/aboutscsi/sas/tutorials.html
+			http://www.t11.org/ftp/t11/pub/sm/hba/04-373v0.pdf
+
+		Say N here if you want to save the few kb this consumes.
 
 config SCSI_SAS_LIBSAS_DEBUG
 	bool "Compile the SAS Domain Transport Attributes in debug mode"

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-12 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-12 21:35 [PATCH] 2.6.27-rc2 SCSI Rewrite help text for SCSI_SAS_HOST_SMP Grant Grundler
2008-08-12 21:46 ` James Bottomley
2008-08-12 22:34   ` Grant Grundler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox