Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf Doh. Put the option *after*...
details: https://anonhg.NetBSD.org/src/rev/1862b0c7ca5b
branches: sommerfeld_i386mp_1
changeset: 482380:1862b0c7ca5b
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sat Apr 21 20:58:14 2001 +0000
description:
Doh. Put the option *after* the include of plain GENERIC.
diffstat:
sys/arch/i386/conf/GENERIC_DIAGNOSTIC | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r c7725f37d036 -r 1862b0c7ca5b sys/arch/i386/conf/GENERIC_DIAGNOSTIC
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/GENERIC_DIAGNOSTIC Sat Apr 21 20:58:14 2001 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: GENERIC_DIAGNOSTIC,v 1.2.6.2 2001/04/21 20:58:14 fvdl 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