diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2008-05-05 08:25:46 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2008-05-05 08:25:46 +0000 |
| commit | f2db8876a099ed831554e53f62ed38613583dcf5 (patch) | |
| tree | bfe5f18f810ee909d6a5838a462e14b69c21d6fa /sys/dev/dcons | |
| parent | 432d4f0bce37bca58f2abbc1dcbde08edc3ec1b8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dcons')
| -rw-r--r-- | sys/dev/dcons/dcons_os.c | 2 |
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; } |
