summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarek Marczykowski-Górecki <marmarek@invisiblethingslab.com>2022-09-26 11:13:31 +0200
committerJan Beulich <jbeulich@suse.com>2022-09-26 11:13:31 +0200
commitbebaf7c296518bf9cec24773c8da1e6823fff5fc (patch)
tree98bda82b36dcdb10a63c20942856df7e8cfb108a /docs
parent72cab2289ef7dd6b28f927628b4f9d2601b515ae (diff)
downloadxen-bebaf7c296518bf9cec24773c8da1e6823fff5fc.tar.gz
drivers/char: add console=ehci as an alias for console=dbgp
Make it consistent with console=xhci. Suggested-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Acked-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/misc/xen-command-line.pandoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc
index bbb4652bbf..68389843b2 100644
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -409,7 +409,7 @@ The following are examples of correct specifications:
Specify the size of the console ring buffer.
### console
-> `= List of [ vga | com1[H,L] | com2[H,L] | pv | dbgp | xhci | none ]`
+> `= List of [ vga | com1[H,L] | com2[H,L] | pv | dbgp | ehci | xhci | none ]`
> Default: `console=com1,vga`
@@ -428,7 +428,7 @@ cleared. This allows a single port to be shared by two subsystems
`pv` indicates that Xen should use Xen's PV console. This option is
only available when used together with `pv-in-pvh`.
-`dbgp` indicates that Xen should use a USB2 debug port.
+`dbgp` or `ehci` indicates that Xen should use a USB2 debug port.
`xhci` indicates that Xen should use a USB3 debug port.