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.25 (requested by ...



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

description:
Pull up revision 1.25 (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/MINBAR |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 418340e3c03c -r c13194f693be sys/arch/i386/conf/MINBAR
--- a/sys/arch/i386/conf/MINBAR Wed Apr 25 09:08:57 2001 +0000
+++ b/sys/arch/i386/conf/MINBAR Wed Apr 25 09:09:21 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MINBAR,v 1.17.2.1 2000/07/27 02:10:53 mycroft Exp $
+#      $NetBSD: MINBAR,v 1.17.2.2 2001/04/25 09:09:21 he Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      MINBAR -- offshore CVS server
@@ -61,7 +61,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