Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch Remainder of pullup request:



details:   https://anonhg.NetBSD.org/src/rev/84f21f3cea5e
branches:  netbsd-6
changeset: 773834:84f21f3cea5e
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Sat Feb 25 21:39:07 2012 +0000

description:
Remainder of pullup request:

Pull up the following revisions(s) (requested by bouyer in ticket #52):
        sys/arch/amd64/conf/XEN3_DOM0:  revision 1.79-1.80
        sys/arch/i386/conf/XEN3_DOM0:   revision 1.62-1.63

Comment out MPDEBUG, ACPIVERBOSE and MPVERBOSE.

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  8 ++++----
 sys/arch/i386/conf/XEN3_DOM0  |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 58976d8519e8 -r 84f21f3cea5e sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Feb 25 21:19:11 2012 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Feb 25 21:39:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.77.2.1 2012/02/25 21:18:01 sborrill Exp $
+# $NetBSD: XEN3_DOM0,v 1.77.2.2 2012/02/25 21:39:07 sborrill 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       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
 #options       PCI_BUS_FIXUP           # fixup PCI bus numbering
diff -r 58976d8519e8 -r 84f21f3cea5e sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Sat Feb 25 21:19:11 2012 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Sat Feb 25 21:39:07 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.60.2.1 2012/02/25 21:18:02 sborrill Exp $
+#      $NetBSD: XEN3_DOM0,v 1.60.2.2 2012/02/25 21:39:07 sborrill Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -836,9 +836,9 @@
 
 acpi0          at hypervisor?
 options        MPBIOS
-options        MPDEBUG
-options        MPVERBOSE
-options        ACPIVERBOSE
+#options       MPDEBUG
+#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