summaryrefslogtreecommitdiff
path: root/sys/dev/dcons
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dcons')
-rw-r--r--sys/dev/dcons/dcons_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c
index 5715343e721c..a43cd28d3527 100644
--- a/sys/dev/dcons/dcons_os.c
+++ b/sys/dev/dcons/dcons_os.c
@@ -224,7 +224,7 @@ dcons_check_break(struct dcons_softc *dc, int c)
case KDB_REQ_PANIC:
kdb_panic("Panic sequence on dcons console port");
break;
- case KDB_REQ_BREAK:
+ case KDB_REQ_REBOOT:
kdb_reboot();
break;
}