diff mbox

Patch: add to Documentation/scsi for scsi_dev_flags and command line passing

Message ID 1508346789.13599.2.camel@redhat.com (mailing list archive)
State Superseded
Headers show

Commit Message

Laurence Oberman Oct. 18, 2017, 5:13 p.m. UTC
Tired of forgetting about this so documented it for others so they also
don't spend unnecessary time figuring this out.

Signed-off-by: Laurence Oberman <loberman@redhat.com>

+scsi_mod.dev_flags=LIO-ORG:thin2:0x80000000
+
-- 
1.8.3.1

Comments

Randy Dunlap Oct. 18, 2017, 5:25 p.m. UTC | #1
On 10/18/17 10:13, Laurence Oberman wrote:
> Tired of forgetting about this so documented it for others so they also
> don't spend unnecessary time figuring this out.
> 
> Signed-off-by: Laurence Oberman <loberman@redhat.com>
> 
> diff --git a/Documentation/scsi/scsi-parameters.txt
> b/Documentation/scsi/scsi-parameters.txt
> index 8477655..c9e9ce8 100644
> --- a/Documentation/scsi/scsi-parameters.txt
> +++ b/Documentation/scsi/scsi-parameters.txt
> @@ -116,3 +116,9 @@ 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.

                                                         line:

> +Its not intuitively obvious how to pass certain parameters on the boot

   It's

> line.
> +For parameters such as scsi_dev_flags, you need to pass to the
> scsi_mod as follows

           as follows:

> +scsi_mod.dev_flags=LIO-ORG:thin2:0x80000000
> +
> -- 
> 1.8.3.1


Also the patch has some weird line breaks.
Randy Dunlap Oct. 18, 2017, 5:46 p.m. UTC | #2
On 10/18/17 10:28, Laurence Oberman wrote:
> I just noticed that
> Was taken straight out of git after changing the Doc file.
> Let me see why git did that
> 

It's more likely that Evolution did it.

> 
> On Wed, Oct 18, 2017 at 1:25 PM, Randy Dunlap <rdunlap@infradead.org <mailto:rdunlap@infradead.org>> wrote:
> 
>     On 10/18/17 10:13, Laurence Oberman wrote:
>     > Tired of forgetting about this so documented it for others so they also
>     > don't spend unnecessary time figuring this out.
>     >
>     > Signed-off-by: Laurence Oberman <loberman@redhat.com <mailto:loberman@redhat.com>>
>     >
>     > diff --git a/Documentation/scsi/scsi-parameters.txt
>     > b/Documentation/scsi/scsi-parameters.txt
>     > index 8477655..c9e9ce8 100644
>     > --- a/Documentation/scsi/scsi-parameters.txt
>     > +++ b/Documentation/scsi/scsi-parameters.txt
>     > @@ -116,3 +116,9 @@ 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.
> 
>                                                              line:
> 
>     > +Its not intuitively obvious how to pass certain parameters on the boot
> 
>        It's
> 
>     > line.
>     > +For parameters such as scsi_dev_flags, you need to pass to the
>     > scsi_mod as follows
> 
>                as follows:
> 
>     > +scsi_mod.dev_flags=LIO-ORG:thin2:0x80000000
>     > +
>     > -- 
>     > 1.8.3.1
> 
> 
>     Also the patch has some weird line breaks.
> 
> 
>     --
>     ~Randy
> 
>
diff mbox

Patch

diff --git a/Documentation/scsi/scsi-parameters.txt
b/Documentation/scsi/scsi-parameters.txt
index 8477655..c9e9ce8 100644
--- a/Documentation/scsi/scsi-parameters.txt
+++ b/Documentation/scsi/scsi-parameters.txt
@@ -116,3 +116,9 @@  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.
+Its not intuitively obvious how to pass certain parameters on the boot
line.
+For parameters such as scsi_dev_flags, you need to pass to the
scsi_mod as follows