aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index a8976467a983..329dcabe4c5e 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -463,12 +463,6 @@ and is between 256 and 4096 characters. It is defined in the file
463 Range: 0 - 8192 463 Range: 0 - 8192
464 Default: 64 464 Default: 64
465 465
466 disable_8254_timer
467 enable_8254_timer
468 [IA32/X86_64] Disable/Enable interrupt 0 timer routing
469 over the 8254 in addition to over the IO-APIC. The
470 kernel tries to set a sensible default.
471
472 hpet= [X86-32,HPET] option to control HPET usage 466 hpet= [X86-32,HPET] option to control HPET usage
473 Format: { enable (default) | disable | force } 467 Format: { enable (default) | disable | force }
474 disable: disable HPET and use PIT instead 468 disable: disable HPET and use PIT instead
@@ -1074,6 +1068,9 @@ and is between 256 and 4096 characters. It is defined in the file
1074 1068
1075 * [no]ncq: Turn on or off NCQ. 1069 * [no]ncq: Turn on or off NCQ.
1076 1070
1071 * nohrst, nosrst, norst: suppress hard, soft
1072 and both resets.
1073
1077 If there are multiple matching configurations changing 1074 If there are multiple matching configurations changing
1078 the same attribute, the last one is used. 1075 the same attribute, the last one is used.
1079 1076
@@ -1879,6 +1876,12 @@ and is between 256 and 4096 characters. It is defined in the file
1879 shapers= [NET] 1876 shapers= [NET]
1880 Maximal number of shapers. 1877 Maximal number of shapers.
1881 1878
1879 show_msr= [x86] show boot-time MSR settings
1880 Format: { <integer> }
1881 Show boot-time (BIOS-initialized) MSR settings.
1882 The parameter means the number of CPUs to show,
1883 for example 1 means boot CPU only.
1884
1882 sim710= [SCSI,HW] 1885 sim710= [SCSI,HW]
1883 See header of drivers/scsi/sim710.c. 1886 See header of drivers/scsi/sim710.c.
1884 1887