diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4c44d01c67f4..f5fce483930c 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1127,6 +1127,17 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1127 | use the HighMem zone if it exists, and the Normal | 1127 | use the HighMem zone if it exists, and the Normal |
1128 | zone if it does not. | 1128 | zone if it does not. |
1129 | 1129 | ||
1130 | kgdbdbgp= [KGDB,HW] kgdb over EHCI usb debug port. | ||
1131 | Format: <Controller#>[,poll interval] | ||
1132 | The controller # is the number of the ehci usb debug | ||
1133 | port as it is probed via PCI. The poll interval is | ||
1134 | optional and is the number seconds in between | ||
1135 | each poll cycle to the debug port in case you need | ||
1136 | the functionality for interrupting the kernel with | ||
1137 | gdb or control-c on the dbgp connection. When | ||
1138 | not using this parameter you use sysrq-g to break into | ||
1139 | the kernel debugger. | ||
1140 | |||
1130 | kgdboc= [KGDB,HW] kgdb over consoles. | 1141 | kgdboc= [KGDB,HW] kgdb over consoles. |
1131 | Requires a tty driver that supports console polling, | 1142 | Requires a tty driver that supports console polling, |
1132 | or a supported polling keyboard driver (non-usb). | 1143 | or a supported polling keyboard driver (non-usb). |