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.24 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/b0e84fc6d388
branches: netbsd-1-5
changeset: 491367:b0e84fc6d388
user: he <he%NetBSD.org@localhost>
date: Wed Apr 25 08:57:29 2001 +0000
description:
Pull up revision 1.24 (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_TINY | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5351825ed8fc -r b0e84fc6d388 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Wed Apr 25 08:57:07 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Wed Apr 25 08:57:29 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.16.2.4 2000/10/10 14:05:22 fvdl Exp $
+# $NetBSD: GENERIC_TINY,v 1.16.2.5 2001/04/25 08:57:29 he Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI or SCSI.
@@ -56,7 +56,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