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



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

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

diffs (18 lines):

diff -r c13194f693be -r 21828e2d9ef8 sys/arch/i386/conf/PS2
--- a/sys/arch/i386/conf/PS2    Wed Apr 25 09:09:21 2001 +0000
+++ b/sys/arch/i386/conf/PS2    Wed Apr 25 09:09:38 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PS2,v 1.2.4.1 2000/07/27 02:10:53 mycroft Exp $
+#      $NetBSD: PS2,v 1.2.4.2 2001/04/25 09:09:38 he Exp $
 #
 #      Sample kernel config for PS/2 with MCA bus
 #
@@ -39,7 +39,7 @@
 #options       SYSVSHM         # System V-like memory sharing
 #options       SHMMAXPGS=1024  # 1024 pages is the default
 
-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