diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 53b0a8f5b23b..329dcabe4c5e 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1068,6 +1068,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1068 | 1068 | ||
1069 | * [no]ncq: Turn on or off NCQ. | 1069 | * [no]ncq: Turn on or off NCQ. |
1070 | 1070 | ||
1071 | * nohrst, nosrst, norst: suppress hard, soft | ||
1072 | and both resets. | ||
1073 | |||
1071 | If there are multiple matching configurations changing | 1074 | If there are multiple matching configurations changing |
1072 | the same attribute, the last one is used. | 1075 | the same attribute, the last one is used. |
1073 | 1076 | ||
@@ -1873,6 +1876,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1873 | shapers= [NET] | 1876 | shapers= [NET] |
1874 | Maximal number of shapers. | 1877 | Maximal number of shapers. |
1875 | 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 | |||
1876 | sim710= [SCSI,HW] | 1885 | sim710= [SCSI,HW] |
1877 | See header of drivers/scsi/sim710.c. | 1886 | See header of drivers/scsi/sim710.c. |
1878 | 1887 | ||