scsi: Clarify SCSI core module parameter documentation
Ever since it became possible to compile the SCSI core code as a module, the documentation describing the module parameters has been incorrect. Update the documentation to add a "scsi_mod." prefix to the relevant options. Reported-by: Laurence Oberman <loberman@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
790a385607
Коммит
864326523f
|
@ -50,10 +50,11 @@ parameters may be changed at runtime by the command
|
||||||
mac5380= [HW,SCSI]
|
mac5380= [HW,SCSI]
|
||||||
See drivers/scsi/mac_scsi.c.
|
See drivers/scsi/mac_scsi.c.
|
||||||
|
|
||||||
max_luns= [SCSI] Maximum number of LUNs to probe.
|
scsi_mod.max_luns=
|
||||||
|
[SCSI] Maximum number of LUNs to probe.
|
||||||
Should be between 1 and 2^32-1.
|
Should be between 1 and 2^32-1.
|
||||||
|
|
||||||
max_report_luns=
|
scsi_mod.max_report_luns=
|
||||||
[SCSI] Maximum number of LUNs received.
|
[SCSI] Maximum number of LUNs received.
|
||||||
Should be between 1 and 16384.
|
Should be between 1 and 16384.
|
||||||
|
|
||||||
|
@ -80,15 +81,17 @@ parameters may be changed at runtime by the command
|
||||||
scsi_debug_*= [SCSI]
|
scsi_debug_*= [SCSI]
|
||||||
See drivers/scsi/scsi_debug.c.
|
See drivers/scsi/scsi_debug.c.
|
||||||
|
|
||||||
scsi_default_dev_flags=
|
scsi_mod.default_dev_flags=
|
||||||
[SCSI] SCSI default device flags
|
[SCSI] SCSI default device flags
|
||||||
Format: <integer>
|
Format: <integer>
|
||||||
|
|
||||||
scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
|
scsi_mod.dev_flags=
|
||||||
|
[SCSI] Black/white list entry for vendor and model
|
||||||
Format: <vendor>:<model>:<flags>
|
Format: <vendor>:<model>:<flags>
|
||||||
(flags are integer value)
|
(flags are integer value)
|
||||||
|
|
||||||
scsi_logging_level= [SCSI] a bit mask of logging levels
|
scsi_mod.scsi_logging_level=
|
||||||
|
[SCSI] a bit mask of logging levels
|
||||||
See drivers/scsi/scsi_logging.h for bits. Also
|
See drivers/scsi/scsi_logging.h for bits. Also
|
||||||
settable via sysctl at dev.scsi.logging_level
|
settable via sysctl at dev.scsi.logging_level
|
||||||
(/proc/sys/dev/scsi/logging_level).
|
(/proc/sys/dev/scsi/logging_level).
|
||||||
|
|
Загрузка…
Ссылка в новой задаче