diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 71d05f481727..54983246930d 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -573,8 +573,6 @@ running once the system is up. | |||
573 | gscd= [HW,CD] | 573 | gscd= [HW,CD] |
574 | Format: <io> | 574 | Format: <io> |
575 | 575 | ||
576 | gt96100eth= [NET] MIPS GT96100 Advanced Communication Controller | ||
577 | |||
578 | gus= [HW,OSS] | 576 | gus= [HW,OSS] |
579 | Format: <io>,<irq>,<dma>,<dma16> | 577 | Format: <io>,<irq>,<dma>,<dma16> |
580 | 578 | ||
@@ -1240,7 +1238,11 @@ running once the system is up. | |||
1240 | bootloader. This is currently used on | 1238 | bootloader. This is currently used on |
1241 | IXP2000 systems where the bus has to be | 1239 | IXP2000 systems where the bus has to be |
1242 | configured a certain way for adjunct CPUs. | 1240 | configured a certain way for adjunct CPUs. |
1243 | 1241 | noearly [X86] Don't do any early type 1 scanning. | |
1242 | This might help on some broken boards which | ||
1243 | machine check when some devices' config space | ||
1244 | is read. But various workarounds are disabled | ||
1245 | and some IOMMU drivers will not work. | ||
1244 | pcmv= [HW,PCMCIA] BadgePAD 4 | 1246 | pcmv= [HW,PCMCIA] BadgePAD 4 |
1245 | 1247 | ||
1246 | pd. [PARIDE] | 1248 | pd. [PARIDE] |
@@ -1363,6 +1365,14 @@ running once the system is up. | |||
1363 | 1365 | ||
1364 | reserve= [KNL,BUGS] Force the kernel to ignore some iomem area | 1366 | reserve= [KNL,BUGS] Force the kernel to ignore some iomem area |
1365 | 1367 | ||
1368 | reservetop= [IA-32] | ||
1369 | Format: nn[KMG] | ||
1370 | Reserves a hole at the top of the kernel virtual | ||
1371 | address space. | ||
1372 | |||
1373 | reset_devices [KNL] Force drivers to reset the underlying device | ||
1374 | during initialization. | ||
1375 | |||
1366 | resume= [SWSUSP] | 1376 | resume= [SWSUSP] |
1367 | Specify the partition device for software suspend | 1377 | Specify the partition device for software suspend |
1368 | 1378 | ||