diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 7f0b694e02e8..0543370e702b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1117,6 +1117,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1117 | If there are multiple matching configurations changing | 1117 | If there are multiple matching configurations changing |
1118 | the same attribute, the last one is used. | 1118 | the same attribute, the last one is used. |
1119 | 1119 | ||
1120 | lmb=debug [KNL] Enable lmb debug messages. | ||
1121 | |||
1120 | load_ramdisk= [RAM] List of ramdisks to load from floppy | 1122 | load_ramdisk= [RAM] List of ramdisks to load from floppy |
1121 | See Documentation/blockdev/ramdisk.txt. | 1123 | See Documentation/blockdev/ramdisk.txt. |
1122 | 1124 | ||
@@ -1569,6 +1571,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1569 | 1571 | ||
1570 | nr_uarts= [SERIAL] maximum number of UARTs to be registered. | 1572 | nr_uarts= [SERIAL] maximum number of UARTs to be registered. |
1571 | 1573 | ||
1574 | ohci1394_dma=early [HW] enable debugging via the ohci1394 driver. | ||
1575 | See Documentation/debugging-via-ohci1394.txt for more | ||
1576 | info. | ||
1577 | |||
1572 | olpc_ec_timeout= [OLPC] ms delay when issuing EC commands | 1578 | olpc_ec_timeout= [OLPC] ms delay when issuing EC commands |
1573 | Rather than timing out after 20 ms if an EC | 1579 | Rather than timing out after 20 ms if an EC |
1574 | command is not properly ACKed, override the length | 1580 | command is not properly ACKed, override the length |