diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-03-23 23:44:19 -0500 |
commit | 1ebbe2b20091d306453a5cf480a87e6cd28ae76f (patch) | |
tree | f5cd7a0fa69b8b1938cb5a0faed2e7b0628072a5 /Documentation/kernel-parameters.txt | |
parent | ac58c9059da8886b5e8cde012a80266b18ca146e (diff) | |
parent | 674a396c6d2ba0341ebdd7c1c9950f32f018e2dd (diff) |
Merge branch 'linus'
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index fc99075e0af4..44a25f3f51d1 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -49,6 +49,7 @@ restrictions referred to are that the relevant option is valid if: | |||
49 | MCA MCA bus support is enabled. | 49 | MCA MCA bus support is enabled. |
50 | MDA MDA console support is enabled. | 50 | MDA MDA console support is enabled. |
51 | MOUSE Appropriate mouse support is enabled. | 51 | MOUSE Appropriate mouse support is enabled. |
52 | MSI Message Signaled Interrupts (PCI). | ||
52 | MTD MTD support is enabled. | 53 | MTD MTD support is enabled. |
53 | NET Appropriate network support is enabled. | 54 | NET Appropriate network support is enabled. |
54 | NUMA NUMA support is enabled. | 55 | NUMA NUMA support is enabled. |
@@ -1008,7 +1009,9 @@ running once the system is up. | |||
1008 | noexec=on: enable non-executable mappings (default) | 1009 | noexec=on: enable non-executable mappings (default) |
1009 | noexec=off: disable nn-executable mappings | 1010 | noexec=off: disable nn-executable mappings |
1010 | 1011 | ||
1011 | nofxsr [BUGS=IA-32] | 1012 | nofxsr [BUGS=IA-32] Disables x86 floating point extended |
1013 | register save and restore. The kernel will only save | ||
1014 | legacy floating-point registers on task switch. | ||
1012 | 1015 | ||
1013 | nohlt [BUGS=ARM] | 1016 | nohlt [BUGS=ARM] |
1014 | 1017 | ||
@@ -1053,6 +1056,8 @@ running once the system is up. | |||
1053 | 1056 | ||
1054 | nosbagart [IA-64] | 1057 | nosbagart [IA-64] |
1055 | 1058 | ||
1059 | nosep [BUGS=IA-32] Disables x86 SYSENTER/SYSEXIT support. | ||
1060 | |||
1056 | nosmp [SMP] Tells an SMP kernel to act as a UP kernel. | 1061 | nosmp [SMP] Tells an SMP kernel to act as a UP kernel. |
1057 | 1062 | ||
1058 | nosync [HW,M68K] Disables sync negotiation for all devices. | 1063 | nosync [HW,M68K] Disables sync negotiation for all devices. |
@@ -1122,6 +1127,11 @@ running once the system is up. | |||
1122 | pas16= [HW,SCSI] | 1127 | pas16= [HW,SCSI] |
1123 | See header of drivers/scsi/pas16.c. | 1128 | See header of drivers/scsi/pas16.c. |
1124 | 1129 | ||
1130 | pause_on_oops= | ||
1131 | Halt all CPUs after the first oops has been printed for | ||
1132 | the specified number of seconds. This is to be used if | ||
1133 | your oopses keep scrolling off the screen. | ||
1134 | |||
1125 | pcbit= [HW,ISDN] | 1135 | pcbit= [HW,ISDN] |
1126 | 1136 | ||
1127 | pcd. [PARIDE] | 1137 | pcd. [PARIDE] |
@@ -1143,6 +1153,9 @@ running once the system is up. | |||
1143 | Mechanism 2. | 1153 | Mechanism 2. |
1144 | nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI | 1154 | nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI |
1145 | Configuration | 1155 | Configuration |
1156 | nomsi [MSI] If the PCI_MSI kernel config parameter is | ||
1157 | enabled, this kernel boot option can be used to | ||
1158 | disable the use of MSI interrupts system-wide. | ||
1146 | nosort [IA-32] Don't sort PCI devices according to | 1159 | nosort [IA-32] Don't sort PCI devices according to |
1147 | order given by the PCI BIOS. This sorting is | 1160 | order given by the PCI BIOS. This sorting is |
1148 | done to get a device order compatible with | 1161 | done to get a device order compatible with |