summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-07-11 13:45:39 +0000
committernyan <nyan@FreeBSD.org>2004-07-11 13:45:39 +0000
commit5a42d7a52219826960475d2ee99936b276d68d23 (patch)
tree7ce89003149b8b10782b3cb54cf2f03db6f639bf /sys
parent7e6a71731c58b07389f2e0eb635d70ac0d684b7e (diff)
downloadFreeBSD-src-5a42d7a52219826960475d2ee99936b276d68d23.zip
FreeBSD-src-5a42d7a52219826960475d2ee99936b276d68d23.tar.gz
MFi386: revision 1.406
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index e3656f0..997a2fd 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -62,7 +62,9 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
-options DDB # Enable the kernel debugger
+options KDB # Enable kernel debugger support.
+options DDB # Support DDB.
+options GDB # Support remote GDB.
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
OpenPOWER on IntegriCloud