Module Name: src
Committed By: maya
Date: Tue May 1 16:16:05 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Fix ALL configs following MPVERBOSE becoming a defparam
XXX i386 ALL kernel build is failing
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.437 -r1.438 src/sys/arch/i386/conf/ALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.85 src/sys/arch/amd64/conf/ALL:1.86
--- src/sys/arch/amd64/conf/ALL:1.85 Sun Apr 8 00:52:38 2018
+++ src/sys/arch/amd64/conf/ALL Tue May 1 16:16:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.85 2018/04/08 00:52:38 mrg Exp $
+# $NetBSD: ALL,v 1.86 2018/05/01 16:16:05 maya Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.85 $"
+#ident "ALL-$Revision: 1.86 $"
maxusers 64 # estimated number of users
@@ -241,7 +241,7 @@ options ALTQ_WFQ # Weighted Fair Queuei
options ACPIVERBOSE # verbose ACPI device autoconfig messages
options EISAVERBOSE # verbose EISA device autoconfig messages
options MIIVERBOSE # verbose PHY autoconfig messages
-options MPVERBOSE # verbose mpbios config messages
+options MPVERBOSE=1 # verbose mpbios config messages
options PCIVERBOSE # verbose PCI device autoconfig messages
options PCI_CONFIG_DUMP # verbosely dump PCI config space
options PCMCIAVERBOSE # verbose PCMCIA configuration messages
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.437 src/sys/arch/i386/conf/ALL:1.438
--- src/sys/arch/i386/conf/ALL:1.437 Sun Apr 8 00:52:38 2018
+++ src/sys/arch/i386/conf/ALL Tue May 1 16:16:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.437 2018/04/08 00:52:38 mrg Exp $
+# $NetBSD: ALL,v 1.438 2018/05/01 16:16:05 maya Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.437 $"
+#ident "ALL-$Revision: 1.438 $"
maxusers 64 # estimated number of users
@@ -236,7 +236,7 @@ options ALTQ_WFQ # Weighted Fair Queuei
options ACPIVERBOSE # verbose ACPI device autoconfig messages
options EISAVERBOSE # verbose EISA device autoconfig messages
options MIIVERBOSE # verbose PHY autoconfig messages
-options MPVERBOSE # verbose mpbios config messages
+options MPVERBOSE=1 # verbose mpbios config messages
options PCIVERBOSE # verbose PCI device autoconfig messages
options PCI_CONFIG_DUMP # verbosely dump PCI config space
options PCMCIAVERBOSE # verbose PCMCIA configuration messages