Also comment out MPDEBUG
This commit is contained in:
parent
87e0bf89e7
commit
04cddacced
|
@ -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 ACPI_SCANPCI # find PCI roots using ACPI
|
|||
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
|
||||
|
|
|
@ -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 @@ pciback* at pci? #pci backend device
|
|||
|
||||
acpi0 at hypervisor?
|
||||
options MPBIOS
|
||||
options MPDEBUG
|
||||
#options MPDEBUG
|
||||
options MPVERBOSE
|
||||
options ACPIVERBOSE
|
||||
#options PCI_ADDR_FIXUP # fixup PCI I/O addresses
|
||||
|
|
Loading…
Reference in New Issue