summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbinput.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-04-25 16:53:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-04-25 16:53:42 +0000
commit6b8f78e0a6a7880856440b372097482adb326592 (patch)
tree643f58d38011b3076bfc6a234d83f22c69487b8c /source/components/debugger/dbinput.c
parent7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd (diff)
Diffstat (limited to 'source/components/debugger/dbinput.c')
-rw-r--r--source/components/debugger/dbinput.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/debugger/dbinput.c b/source/components/debugger/dbinput.c
index a6c79f644daad..88fbb9475246e 100644
--- a/source/components/debugger/dbinput.c
+++ b/source/components/debugger/dbinput.c
@@ -181,7 +181,7 @@ static const ACPI_DB_COMMAND_INFO AcpiGbl_DbCommands[] =
{"EXIT", 0},
{"FIND", 1},
{"GO", 0},
- {"GPE", 2},
+ {"GPE", 1},
{"GPES", 0},
{"HANDLERS", 0},
{"HELP", 0},
@@ -305,7 +305,7 @@ static const ACPI_DB_COMMAND_HELP AcpiGbl_DbCommandHelp[] =
{0, "\nHardware Related Commands:", "\n"},
{1, " Event <F|G> <Value>", "Generate AcpiEvent (Fixed/GPE)\n"},
- {1, " Gpe <GpeNum> <GpeBlock>", "Simulate a GPE\n"},
+ {1, " Gpe <GpeNum> [GpeBlockDevice]", "Simulate a GPE\n"},
{1, " Gpes", "Display info on all GPEs\n"},
{1, " Sci", "Generate an SCI\n"},
{1, " Sleep [SleepState]", "Simulate sleep/wake sequence(s) (0-5)\n"},