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.403 (requested by...
details: https://anonhg.NetBSD.org/src/rev/2f74341fba60
branches: netbsd-1-5
changeset: 491364:2f74341fba60
user: he <he%NetBSD.org@localhost>
date: Wed Apr 25 08:55:50 2001 +0000
description:
Pull up revision 1.403 (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/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 246cf23af4d3 -r 2f74341fba60 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Apr 25 08:40:52 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Apr 25 08:55:50 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.354.2.9 2000/12/12 21:28:24 he Exp $
+# $NetBSD: GENERIC,v 1.354.2.10 2001/04/25 08:55:50 he Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.354.2.9 $"
+#ident "GENERIC-$Revision: 1.354.2.10 $"
maxusers 32 # estimated number of users
@@ -58,7 +58,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