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



details:   https://anonhg.NetBSD.org/src/rev/418340e3c03c
branches:  netbsd-1-5
changeset: 491375:418340e3c03c
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 09:08:57 2001 +0000

description:
Pull up revision 1.13 (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/IOPENER |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3747ac11216b -r 418340e3c03c sys/arch/i386/conf/IOPENER
--- a/sys/arch/i386/conf/IOPENER        Wed Apr 25 09:08:35 2001 +0000
+++ b/sys/arch/i386/conf/IOPENER        Wed Apr 25 09:08:57 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IOPENER,v 1.3.2.3 2000/08/10 23:10:29 soda Exp $
+#      $NetBSD: IOPENER,v 1.3.2.4 2001/04/25 09:08:57 he Exp $
 #
 #      IOPENER -- GENERIC-like kernel for the Netpliance i-opener
 #      from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -6,7 +6,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "IOPENER-$Revision: 1.3.2.3 $"
+#ident                 "IOPENER-$Revision: 1.3.2.4 $"
 
 maxusers       32              # estimated number of users
 
@@ -46,7 +46,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