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 ACPIVERBOSE and MPVERBOSE
details: https://anonhg.NetBSD.org/src/rev/6e727c8d0dbd
branches: trunk
changeset: 777615:6e727c8d0dbd
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Feb 25 18:11:05 2012 +0000
description:
Also comment out ACPIVERBOSE and MPVERBOSE
diffstat:
sys/arch/amd64/conf/XEN3_DOM0 | 6 +++---
sys/arch/i386/conf/XEN3_DOM0 | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (43 lines):
diff -r ec130601e14b -r 6e727c8d0dbd sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sat Feb 25 17:45:53 2012 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Sat Feb 25 18:11:05 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.79 2012/02/25 17:45:53 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.80 2012/02/25 18:11:05 bouyer Exp $
include "arch/amd64/conf/std.xen"
@@ -214,11 +214,11 @@
#options ACPI_ACTIVATE_DEV # If set, activate inactive devices
options ACPI_SCANPCI # find PCI roots using ACPI
#options ACPICA_PEDANTIC # force strict conformance to the Spec.
-options ACPIVERBOSE # verbose ACPI configuration messages
+#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 MPVERBOSE # verbose MPBIOS autoconfig messages
+#options MPVERBOSE # verbose MPBIOS autoconfig messages
options MPBIOS_SCANPCI # MPBIOS configures PCI roots
#options PCI_ADDR_FIXUP # fixup PCI I/O addresses
#options PCI_BUS_FIXUP # fixup PCI bus numbering
diff -r ec130601e14b -r 6e727c8d0dbd sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sat Feb 25 17:45:53 2012 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sat Feb 25 18:11:05 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.62 2012/02/25 17:45:53 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.63 2012/02/25 18:11:05 bouyer Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -837,8 +837,8 @@
acpi0 at hypervisor?
options MPBIOS
#options MPDEBUG
-options MPVERBOSE
-options ACPIVERBOSE
+#options MPVERBOSE
+#options ACPIVERBOSE
#options PCI_ADDR_FIXUP # fixup PCI I/O addresses
#options PCI_BUS_FIXUP # fixup PCI bus numbering
#options PCI_INTR_FIXUP # fixup PCI interrupt routing
Home |
Main Index |
Thread Index |
Old Index