Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Also comment out MPDEBUG
details: https://anonhg.NetBSD.org/src/rev/ec130601e14b
branches: trunk
changeset: 777614:ec130601e14b
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Feb 25 17:45:53 2012 +0000
description:
Also comment out MPDEBUG
diffstat:
sys/arch/amd64/conf/XEN3_DOM0 | 4 ++--
sys/arch/i386/conf/XEN3_DOM0 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r df1d4edaafec -r ec130601e14b sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sat Feb 25 17:22:52 2012 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Sat Feb 25 17:45:53 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.78 2012/02/25 17:03:34 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.79 2012/02/25 17:45:53 bouyer Exp $
include "arch/amd64/conf/std.xen"
@@ -217,7 +217,7 @@
options ACPIVERBOSE # verbose ACPI configuration messages
#options MIIVERBOSE # verbose PHY autoconfig messages
options MPBIOS # configure CPUs and APICs using MPBIOS
-options MPDEBUG # MPBIOS configures PCI roots
+#options MPDEBUG # MPBIOS configures PCI roots
options MPVERBOSE # verbose MPBIOS autoconfig messages
options MPBIOS_SCANPCI # MPBIOS configures PCI roots
#options PCI_ADDR_FIXUP # fixup PCI I/O addresses
diff -r df1d4edaafec -r ec130601e14b sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sat Feb 25 17:22:52 2012 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sat Feb 25 17:45:53 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.61 2012/02/25 17:03:35 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.62 2012/02/25 17:45:53 bouyer Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -836,7 +836,7 @@
acpi0 at hypervisor?
options MPBIOS
-options MPDEBUG
+#options MPDEBUG
options MPVERBOSE
options ACPIVERBOSE
#options PCI_ADDR_FIXUP # fixup PCI I/O addresses
Home |
Main Index |
Thread Index |
Old Index