From 25e39934405137b601c34fcdfd47c0f5788fac9b Mon Sep 17 00:00:00 2001 From: Robert Love Date: Wed, 14 Jan 2009 11:14:32 -0800 Subject: [PATCH] --- yaml --- r: 136223 b: refs/heads/master c: 5ef074161b5bcd84acfe19f0ecd72b74765d8770 h: refs/heads/master i: 136221: 34e4801e5bccdb0a20feff694bae2e9bfc1a776b 136219: 0193fd7c33136c99ebce12e516d19be89c87c169 136215: db3177fb1f489e0c69a6db4e706ed39602297366 136207: 966f4300e132d116efe6db9e2f64cc372eaaa36e 136191: f749f044fbaadf323e1460f6ca61fea5bbb127fe v: v3 --- [refs] | 2 +- trunk/drivers/scsi/Kconfig | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 83946ef864e6..203bf3fae97e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0762a4824d6c6f8eb5d2646dfda95581d99afaa5 +refs/heads/master: 5ef074161b5bcd84acfe19f0ecd72b74765d8770 diff --git a/trunk/drivers/scsi/Kconfig b/trunk/drivers/scsi/Kconfig index 898c2b59592b..601c2a8ec242 100644 --- a/trunk/drivers/scsi/Kconfig +++ b/trunk/drivers/scsi/Kconfig @@ -224,14 +224,15 @@ config SCSI_LOGGING can enable logging by saying Y to "/proc file system support" and "Sysctl support" below and executing the command - echo "scsi log token [level]" > /proc/scsi/scsi + echo > /proc/sys/dev/scsi/logging_level - at boot time after the /proc file system has been mounted. + where is a four byte value representing the logging type + and logging level for each type of logging selected. - There are a number of things that can be used for 'token' (you can - find them in the source: ), and this - allows you to select the types of information you want, and the - level allows you to select the level of verbosity. + There are a number of logging types and you can find them in the + source at . The logging levels + are also described in that file and they determine the verbosity of + the logging for each logging type. If you say N here, it may be harder to track down some types of SCSI problems. If you say Y here your kernel will be somewhat larger, but