All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added notes to scsi-parameters.txt to show how to pass parameters on kernel line
@ 2017-10-19 14:20 Laurence Oberman
  2017-10-23  7:44 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Laurence Oberman @ 2017-10-19 14:20 UTC (permalink / raw)
  To: linux-scsi, loberman

---
 Documentation/scsi/scsi-parameters.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/scsi/scsi-parameters.txt b/Documentation/scsi/scsi-parameters.txt
index 8477655..5b87a11 100644
--- a/Documentation/scsi/scsi-parameters.txt
+++ b/Documentation/scsi/scsi-parameters.txt
@@ -116,3 +116,11 @@ parameters may be changed at runtime by the command
 
 	wd33c93=	[HW,SCSI]
 			See header of drivers/scsi/wd33c93.c.
+
+Additional notes on passing parameters on the command line:
+
+It's not intuitively obvious how to pass certain parameters on the boot line.
+For parameters such as scsi_dev_flags, you need to pass these to the scsi_mod as 
+the following example for the scsi_dev_flags. 
+
+On kernel line add scsi_mod.dev_flags=LIO-ORG:thin2:0x8000000
-- 
1.8.3.1

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

* Re: [PATCH] Added notes to scsi-parameters.txt to show how to pass parameters on kernel line
  2017-10-19 14:20 [PATCH] Added notes to scsi-parameters.txt to show how to pass parameters on kernel line Laurence Oberman
@ 2017-10-23  7:44 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2017-10-23  7:44 UTC (permalink / raw)
  To: Laurence Oberman; +Cc: linux-scsi


Laurence,

I ended up going a slightly different route. Instead of adding your
clarifying paragraph, I fixed the places where the module parameter was
incorrectly written (i.e. missing the scsi_mod. prefix).

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2017-10-23  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-19 14:20 [PATCH] Added notes to scsi-parameters.txt to show how to pass parameters on kernel line Laurence Oberman
2017-10-23  7:44 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.