aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2010-08-05 10:22:33 -0400
committerJason Wessel <jason.wessel@windriver.com>2010-08-05 11:53:11 -0400
commit65b5ac1479840a3e87f086d68e5ef91f3002e8e2 (patch)
treef42c6e29a4f8a7796e6dd59b67136ddbeb957acd /Documentation/kernel-parameters.txt
parentf90ebd9e98f366c41773ad8d0482dade668f5103 (diff)
kgdb,docs: Update the kgdb docs to include kms
Update the kgdb docs to include information about kernel mode setting support. [Randy Dunlap <rdunlap@xenotime.net>: grammatical corrections] CC: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 2b2407d9a6d0..0e4f39ff53b2 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1143,9 +1143,12 @@ and is between 256 and 4096 characters. It is defined in the file
1143 kgdboc= [KGDB,HW] kgdb over consoles. 1143 kgdboc= [KGDB,HW] kgdb over consoles.
1144 Requires a tty driver that supports console polling, 1144 Requires a tty driver that supports console polling,
1145 or a supported polling keyboard driver (non-usb). 1145 or a supported polling keyboard driver (non-usb).
1146 Serial only format: <serial_device>[,baud] 1146 Serial only format: <serial_device>[,baud]
1147 keyboard only format: kbd 1147 keyboard only format: kbd
1148 keyboard and serial format: kbd,<serial_device>[,baud] 1148 keyboard and serial format: kbd,<serial_device>[,baud]
1149 Optional Kernel mode setting:
1150 kms, kbd format: kms,kbd
1151 kms, kbd and serial format: kms,kbd,<ser_dev>[,baud]
1149 1152
1150 kgdbwait [KGDB] Stop kernel execution and enter the 1153 kgdbwait [KGDB] Stop kernel execution and enter the
1151 kernel debugger at the earliest opportunity. 1154 kernel debugger at the earliest opportunity.