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 revisions 1.1-1.2 (new, requ...



details:   https://anonhg.NetBSD.org/src/rev/8a1926b2ccb3
branches:  netbsd-1-5
changeset: 491365:8a1926b2ccb3
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 08:56:27 2001 +0000

description:
Pull up revisions 1.1-1.2 (new, 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_DIAGNOSTIC |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 2f74341fba60 -r 8a1926b2ccb3 sys/arch/i386/conf/GENERIC_DIAGNOSTIC
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/GENERIC_DIAGNOSTIC     Wed Apr 25 08:56:27 2001 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: GENERIC_DIAGNOSTIC,v 1.2.4.2 2001/04/25 08:56:27 he Exp $
+#
+# GENERIC with DIAGNOSTIC enabled.
+# DIAGNOSTIC was moved out of the default GENERIC file because
+# it is pretty expensive (up to some 15% speed loss).
+#
+
+include "arch/i386/conf/GENERIC"
+
+options        DIAGNOSTIC



Home | Main Index | Thread Index | Old Index