From 608a6800e6dafdf62ecc5540d799c25b2a03afbd Mon Sep 17 00:00:00 2001 From: jeremy Date: Thu, 15 May 1997 01:49:27 +0000 Subject: [PATCH] Things are stable enough that DDB, PMAP_DEBUG and DIAGNOSTIC aren't needed anymore. --- sys/arch/sun3/conf/DISKLESS3X | 8 ++++---- sys/arch/sun3x/conf/DISKLESS | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/arch/sun3/conf/DISKLESS3X b/sys/arch/sun3/conf/DISKLESS3X index 942814bd5828..3a6e1d946907 100644 --- a/sys/arch/sun3/conf/DISKLESS3X +++ b/sys/arch/sun3/conf/DISKLESS3X @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS3X,v 1.6 1997/05/07 02:20:26 lukem Exp $ +# $NetBSD: DISKLESS3X,v 1.7 1997/05/15 01:49:27 jeremy Exp $ # # DISKLESS Sun3x (3/80, 3/470) @@ -18,7 +18,7 @@ maxusers 4 options KTRACE # system call tracing support # Debugging options. Uncomment either these: -options DDB +#options DDB # ... or these for KGDB (gdb remote target) #makeoptions DEBUG="-g" # debugging symbols for gdb #options KGDB @@ -47,11 +47,11 @@ options COMPAT_12 # NetBSD 1.2 options UCONSOLE # Allow non-root TIOCCONS # Sun3x-specific debugging options -options PMAP_DEBUG +#options PMAP_DEBUG #options VMFAULT_TRACE #options SYSCALL_DEBUG #options EXEC_DEBUG -options DIAGNOSTIC +#options DIAGNOSTIC config netbsd root on ? type nfs diff --git a/sys/arch/sun3x/conf/DISKLESS b/sys/arch/sun3x/conf/DISKLESS index 605199fff97c..d7926d67dc99 100644 --- a/sys/arch/sun3x/conf/DISKLESS +++ b/sys/arch/sun3x/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.6 1997/05/07 02:20:26 lukem Exp $ +# $NetBSD: DISKLESS,v 1.7 1997/05/15 01:49:27 jeremy Exp $ # # DISKLESS Sun3x (3/80, 3/470) @@ -18,7 +18,7 @@ maxusers 4 options KTRACE # system call tracing support # Debugging options. Uncomment either these: -options DDB +#options DDB # ... or these for KGDB (gdb remote target) #makeoptions DEBUG="-g" # debugging symbols for gdb #options KGDB @@ -47,11 +47,11 @@ options COMPAT_12 # NetBSD 1.2 options UCONSOLE # Allow non-root TIOCCONS # Sun3x-specific debugging options -options PMAP_DEBUG +#options PMAP_DEBUG #options VMFAULT_TRACE #options SYSCALL_DEBUG #options EXEC_DEBUG -options DIAGNOSTIC +#options DIAGNOSTIC config netbsd root on ? type nfs