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.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index e7bea3e85304..329dcabe4c5e 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -365,6 +365,8 @@ and is between 256 and 4096 characters. It is defined in the file
365 no delay (0). 365 no delay (0).
366 Format: integer 366 Format: integer
367 367
368 bootmem_debug [KNL] Enable bootmem allocator debug messages.
369
368 bttv.card= [HW,V4L] bttv (bt848 + bt878 based grabber cards) 370 bttv.card= [HW,V4L] bttv (bt848 + bt878 based grabber cards)
369 bttv.radio= Most important insmod options are available as 371 bttv.radio= Most important insmod options are available as
370 kernel args too. 372 kernel args too.
@@ -461,12 +463,6 @@ and is between 256 and 4096 characters. It is defined in the file
461 Range: 0 - 8192 463 Range: 0 - 8192
462 Default: 64 464 Default: 64
463 465
464 disable_8254_timer
465 enable_8254_timer
466 [IA32/X86_64] Disable/Enable interrupt 0 timer routing
467 over the 8254 in addition to over the IO-APIC. The
468 kernel tries to set a sensible default.
469
470 hpet= [X86-32,HPET] option to control HPET usage 466 hpet= [X86-32,HPET] option to control HPET usage
471 Format: { enable (default) | disable | force } 467 Format: { enable (default) | disable | force }
472 disable: disable HPET and use PIT instead 468 disable: disable HPET and use PIT instead
@@ -1072,6 +1068,9 @@ and is between 256 and 4096 characters. It is defined in the file
1072 1068
1073 * [no]ncq: Turn on or off NCQ. 1069 * [no]ncq: Turn on or off NCQ.
1074 1070
1071 * nohrst, nosrst, norst: suppress hard, soft
1072 and both resets.
1073
1075 If there are multiple matching configurations changing 1074 If there are multiple matching configurations changing
1076 the same attribute, the last one is used. 1075 the same attribute, the last one is used.
1077 1076
@@ -1877,6 +1876,12 @@ and is between 256 and 4096 characters. It is defined in the file
1877 shapers= [NET] 1876 shapers= [NET]
1878 Maximal number of shapers. 1877 Maximal number of shapers.
1879 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
1880 sim710= [SCSI,HW] 1885 sim710= [SCSI,HW]
1881 See header of drivers/scsi/sim710.c. 1886 See header of drivers/scsi/sim710.c.
1882 1887