summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-11 03:20:09 +0000
committermarcel <marcel@FreeBSD.org>2004-07-11 03:20:09 +0000
commitf18ce8babb57d9fbd9dd5249a808a2469de2fd84 (patch)
tree56b80eff7c5c1cf66b1a15943b188b96098055f4 /sys/ia64/conf
parentae133c0e60cad6306644ad1d5e5e60e8fe20924a (diff)
downloadFreeBSD-src-f18ce8babb57d9fbd9dd5249a808a2469de2fd84.zip
FreeBSD-src-f18ce8babb57d9fbd9dd5249a808a2469de2fd84.tar.gz
Add options KDB and GDB. KDB takes on the function of what DDB used
to be. Both DDB and GDB specify which KDB backends to include.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC4
-rw-r--r--sys/ia64/conf/SKI4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 9006237..859cd9d 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -28,10 +28,12 @@ makeoptions DEBUG=-g # Build kernel with debug information.
options CD9660 # ISO 9660 Filesystem
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
-options DDB # Enable the kernel debugger
+options DDB # Support DDB
options FFS # Berkeley Fast Filesystem
+options GDB # Support remote GDB
options INET # InterNETworking
options INET6 # IPv6 communications protocols
+options KDB # Enable kernel debugger support
options KTRACE # ktrace(1) syscall trace support
options MD_ROOT # MD usable as root device
options MSDOSFS # MSDOS Filesystem
diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI
index b7dad7d..c36ae65 100644
--- a/sys/ia64/conf/SKI
+++ b/sys/ia64/conf/SKI
@@ -27,10 +27,12 @@ makeoptions DEBUG=-g # Build kernel with debug information.
makeoptions NO_MODULES=yes # Don't build any modules.
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
-options DDB # Enable the kernel debugger
+options DDB # Support DDB
options FFS # Berkeley Fast Filesystem
+options GDB # Support remote GDB
options INET # InterNETworking
options INET6 # IPv6 communications protocols
+options KDB # Enable kernel debugger support
options KTRACE # ktrace(1) syscall trace support
options MD_ROOT # MD usable as root device
options PFIL_HOOKS # pfil(9) framework
OpenPOWER on IntegriCloud