summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-05-21 23:35:51 +0000
committerrwatson <rwatson@FreeBSD.org>2002-05-21 23:35:51 +0000
commitdc682bb693b60cdc6bd647240a8a0dd6bfb6bac3 (patch)
treee4da00f9f765e992f88222e08f0c1a1156a9614e /sys/amd64/conf
parent3b7890a56f35f743cafca9c75e9fac7735875a0c (diff)
downloadFreeBSD-src-dc682bb693b60cdc6bd647240a8a0dd6bfb6bac3.zip
FreeBSD-src-dc682bb693b60cdc6bd647240a8a0dd6bfb6bac3.tar.gz
Permit alternative break sequence to break to debugger in GENERIC. Breakage
of serial break on -CURRENT seems rampant for some reason, and I like being able to get into ddb. Reviewed by: peter
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index a0de3bd..fa2588d 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -58,6 +58,7 @@ options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
options WITNESS #Enable checks to detect deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
+options ALT_BREAK_TO_DEBUGGER
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud