summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/RPI2
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-05-25 23:27:13 +0000
committerian <ian@FreeBSD.org>2015-05-25 23:27:13 +0000
commitc166b0244342f7103f80782dc6490a41baf5b6c8 (patch)
tree5e943748d7de3a6f6c9241a401b8fc05622d39ad /sys/arm/conf/RPI2
parent01eefee0f3ae8e171b35b6ceb860221b5e72fc9c (diff)
downloadFreeBSD-src-c166b0244342f7103f80782dc6490a41baf5b6c8.zip
FreeBSD-src-c166b0244342f7103f80782dc6490a41baf5b6c8.tar.gz
Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and not
BREAK_TO_DEBUGGER if they have a serial console (most do). A burst of serial line noise (such as unplugging a usb serial adapter) can look like a break and drop a working system into the debugger. The alt break sequence (<CR>~^B) works fine on both serial and non-serial consoles.
Diffstat (limited to 'sys/arm/conf/RPI2')
-rw-r--r--sys/arm/conf/RPI21
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/conf/RPI2 b/sys/arm/conf/RPI2
index 27caac9..2e5b054 100644
--- a/sys/arm/conf/RPI2
+++ b/sys/arm/conf/RPI2
@@ -31,7 +31,6 @@ options PLATFORM
# Debugging for use in -current
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-options BREAK_TO_DEBUGGER
options ALT_BREAK_TO_DEBUGGER
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
options KDB # Enable kernel debugger support
OpenPOWER on IntegriCloud