diff options
author | David Howells <dhowells@redhat.com> | 2006-12-06 10:01:18 -0500 |
---|---|---|
committer | David Howells <dhowells@warthog.cambridge.redhat.com> | 2006-12-06 10:01:18 -0500 |
commit | 4796b71fbb907ce6b8a9acf1852d3646a80b4576 (patch) | |
tree | 6263f165446c581efdbb760205c1f85378fe6259 /Documentation/kernel-parameters.txt | |
parent | 6d5aefb8eaa38e44b5b8cf60c812aceafc02d924 (diff) | |
parent | ec0bf39a471bf6fcd01def2bd677128cea940b73 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/pcmcia/ds.c
Fix up merge failures with Linus's head and fix new compile failures.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 15e4fed127f6..2e1898e4e8fd 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1416,6 +1416,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1416 | 1416 | ||
1417 | scsi_logging= [SCSI] | 1417 | scsi_logging= [SCSI] |
1418 | 1418 | ||
1419 | scsi_mod.scan= [SCSI] sync (default) scans SCSI busses as they are | ||
1420 | discovered. async scans them in kernel threads, | ||
1421 | allowing boot to proceed. none ignores them, expecting | ||
1422 | user space to do the scan. | ||
1423 | |||
1419 | selinux [SELINUX] Disable or enable SELinux at boot time. | 1424 | selinux [SELINUX] Disable or enable SELinux at boot time. |
1420 | Format: { "0" | "1" } | 1425 | Format: { "0" | "1" } |
1421 | See security/selinux/Kconfig help text. | 1426 | See security/selinux/Kconfig help text. |