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.14 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/5351825ed8fc
branches: netbsd-1-5
changeset: 491366:5351825ed8fc
user: he <he%NetBSD.org@localhost>
date: Wed Apr 25 08:57:07 2001 +0000
description:
Pull up revision 1.14 (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_LAPTOP | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8a1926b2ccb3 -r 5351825ed8fc sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Wed Apr 25 08:56:27 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Wed Apr 25 08:57:07 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC_LAPTOP,v 1.2.2.4 2000/12/12 21:28:46 he Exp $
+# $NetBSD: GENERIC_LAPTOP,v 1.2.2.5 2001/04/25 08:57:07 he Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.2.2.4 $"
+#ident "GENERIC-$Revision: 1.2.2.5 $"
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