aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/kernel-parameters.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index c4178778e7fd..99938b8b50e1 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1593,7 +1593,13 @@ and is between 256 and 4096 characters. It is defined in the file
1593 Format: <vendor>:<model>:<flags> 1593 Format: <vendor>:<model>:<flags>
1594 (flags are integer value) 1594 (flags are integer value)
1595 1595
1596 scsi_logging= [SCSI] 1596 scsi_logging_level= [SCSI] a bit mask of logging levels
1597 See drivers/scsi/scsi_logging.h for bits. Also
1598 settable via sysctl at dev.scsi.logging_level
1599 (/proc/sys/dev/scsi/logging_level).
1600 There is also a nice 'scsi_logging_level' script in the
1601 S390-tools package, available for download at
1602 http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html
1597 1603
1598 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are 1604 scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are
1599 discovered. async scans them in kernel threads, 1605 discovered. async scans them in kernel threads,