Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Fix ALL configs following MPVERBOSE becoming a defp...
details: https://anonhg.NetBSD.org/src/rev/5a21ab3b99ee
branches: trunk
changeset: 322382:5a21ab3b99ee
user: maya <maya%NetBSD.org@localhost>
date: Tue May 01 16:16:05 2018 +0000
description:
Fix ALL configs following MPVERBOSE becoming a defparam
XXX i386 ALL kernel build is failing
diffstat:
sys/arch/amd64/conf/ALL | 6 +++---
sys/arch/i386/conf/ALL | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 3d09e2eb5349 -r 5a21ab3b99ee sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Tue May 01 14:09:53 2018 +0000
+++ b/sys/arch/amd64/conf/ALL Tue May 01 16:16:05 2018 +0000
@@ -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 @@
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 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
diff -r 3d09e2eb5349 -r 5a21ab3b99ee sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Tue May 01 14:09:53 2018 +0000
+++ b/sys/arch/i386/conf/ALL Tue May 01 16:16:05 2018 +0000
@@ -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 @@
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 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
Home |
Main Index |
Thread Index |
Old Index