Module Name:    src
Committed By:   dholland
Date:           Mon Jun  2 02:11:52 UTC 2014

Modified Files:
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/i386/conf: ALL

Log Message:
add MPVERBOSE, noted missing in PR 48733.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.374 -r1.375 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.7 src/sys/arch/amd64/conf/ALL:1.8
--- src/sys/arch/amd64/conf/ALL:1.7	Fri Apr 25 18:25:52 2014
+++ src/sys/arch/amd64/conf/ALL	Mon Jun  2 02:11:51 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.7 2014/04/25 18:25:52 riastradh Exp $
+# $NetBSD: ALL,v 1.8 2014/06/02 02:11:51 dholland 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.7 $"
+#ident 		"ALL-$Revision: 1.8 $"
 
 maxusers	64		# estimated number of users
 
@@ -251,6 +251,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 	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.374 src/sys/arch/i386/conf/ALL:1.375
--- src/sys/arch/i386/conf/ALL:1.374	Fri Apr 25 18:25:52 2014
+++ src/sys/arch/i386/conf/ALL	Mon Jun  2 02:11:52 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.374 2014/04/25 18:25:52 riastradh Exp $
+# $NetBSD: ALL,v 1.375 2014/06/02 02:11:52 dholland 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.374 $"
+#ident 		"ALL-$Revision: 1.375 $"
 
 maxusers	64		# estimated number of users
 
@@ -251,6 +251,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 	PCIVERBOSE	# verbose PCI device autoconfig messages
 options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages

Reply via email to