Skip to content

Commit

Permalink
Documentation update after USB debugger option changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Jun 21, 2024
1 parent 1d556fd commit 919abc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bochs/.bochsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ speaker: enabled=1, mode=sound, volume=15
# non_exist: will break and load the debugger on a non-existant port access
# (experimental and is under development)
#=======================================================================
#usb_debug: type=xhci, reset, enable, start_frame, doorbell, event, non_exist
#usb_debug: type=xhci, reset=1, enable=1, start_frame=1, doorbell, event=1, non_exist=1

#=======================================================================
# PCIDEV:
Expand Down
2 changes: 1 addition & 1 deletion bochs/doc/docbook/user/user.dbk
Original file line number Diff line number Diff line change
Expand Up @@ -6807,7 +6807,7 @@ The USB emulation has been tested on numerous Guests. You can find these results
</para>
<para>
<screen>
usb_debug: type=none|uhci|ohci|ehci|xhci, reset, enable, start_frame, doorbell, event, non_exist
usb_debug: type=none|uhci|ohci|ehci|xhci, reset=1, enable=1, start_frame=1, doorbell=1, event=1, non_exist=1
</screen>
</para>
<para>
Expand Down

0 comments on commit 919abc8

Please sign in to comment.