Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.15 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/df0af6f8a0cd
branches:  netbsd-1-5
changeset: 491378:df0af6f8a0cd
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 09:10:07 2001 +0000

description:
Pull up revision 1.15 (requested by fvdl):
  Not all DIAGNOSTIC checks are all that cheap, so disable that
  option in meant-for-production kernels.  Introduces GENERIC_DIAGNOSTIC.

diffstat:

 sys/arch/i386/conf/SWINGER |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 21828e2d9ef8 -r df0af6f8a0cd sys/arch/i386/conf/SWINGER
--- a/sys/arch/i386/conf/SWINGER        Wed Apr 25 09:09:38 2001 +0000
+++ b/sys/arch/i386/conf/SWINGER        Wed Apr 25 09:10:07 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SWINGER,v 1.9 2000/06/14 22:29:03 thorpej Exp $
+#      $NetBSD: SWINGER,v 1.9.2.1 2001/04/25 09:10:07 he Exp $
 #      from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
 #
 #      SWINGER -- thorpej's Abit BP6+dual Celeron
@@ -6,7 +6,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "SWINGER-$Revision: 1.9 $"
+#ident                 "SWINGER-$Revision: 1.9.2.1 $"
 
 maxusers       64              # estimated number of users
 
@@ -63,7 +63,7 @@
 options        LKM             # loadable kernel modules
 
 # Diagnostic/debugging support options
-options        DIAGNOSTIC      # cheap kernel consistency checks
+options        DIAGNOSTIC      # expensive kernel consistency checks
 #options       DEBUG           # expensive debugging checks/support
 options        KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger



Home | Main Index | Thread Index | Old Index