Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch add MPVERBOSE, noted missing in PR 48733.



details:   https://anonhg.NetBSD.org/src/rev/e991c6ebc9c3
branches:  trunk
changeset: 329652:e991c6ebc9c3
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jun 02 02:11:51 2014 +0000

description:
add MPVERBOSE, noted missing in PR 48733.

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 sys/arch/i386/conf/ALL  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r fdcf9bb30e42 -r e991c6ebc9c3 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sun Jun 01 20:24:45 2014 +0000
+++ b/sys/arch/amd64/conf/ALL   Mon Jun 02 02:11:51 2014 +0000
@@ -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 @@
 
 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        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
diff -r fdcf9bb30e42 -r e991c6ebc9c3 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Jun 01 20:24:45 2014 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Jun 02 02:11:51 2014 +0000
@@ -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 @@
 
 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        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



Home | Main Index | Thread Index | Old Index