summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-10 19:34:06 +0000
committermarcel <marcel@FreeBSD.org>2004-07-10 19:34:06 +0000
commit8a7d828338d290e43e0ba04946b945be561589c7 (patch)
tree2fb245cf99c6c1be2c89dd19a19b8845340928c3 /sys/conf
parent60b53542e92d39982210dc10b9e78efb12ed5825 (diff)
downloadFreeBSD-src-8a7d828338d290e43e0ba04946b945be561589c7.zip
FreeBSD-src-8a7d828338d290e43e0ba04946b945be561589c7.tar.gz
Add new options for the KDB framework. This commit merely adds them and
in particular not without removing the options they replace or in the proper location in this file. The purpose of this commit is to make it possible to commit changes in parts without causing massive build breakages. At least, that's the intend. I have no idea if it actually works out as I hope...
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index b593318..7867e08 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -30,6 +30,15 @@
# If filename is missing, the default is
# opt_<name-of-option-in-lower-case>.h
+# XXX temporary
+GDB
+KDB opt_global.h
+KDB_TRACE opt_kdb.h
+KDB_UNATTENDED opt_kdb.h
+WITNESS_KDB opt_witness.h
+SC_DISABLE_KDBKEY opt_syscons.h
+
+
AAC_DEBUG opt_aac.h
AHC_ALLOW_MEMIO opt_aic7xxx.h
AHC_TMODE_ENABLE opt_aic7xxx.h
OpenPOWER on IntegriCloud