From: Gerd Hoffmann Date: Tue, 4 Dec 2012 15:26:39 +0000 (+0100) Subject: acpi: reorder PX13 + ISA X-Git-Tag: rel-1.7.2~16 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e8b69101881abe95c911985a665cdb47e2c2ed36;p=seabios.git acpi: reorder PX13 + ISA Without this windows 7 BSODs, probably because we are referencing PX13 from ISA. Signed-off-by: Gerd Hoffmann --- diff --git a/src/acpi-dsdt.dsl b/src/acpi-dsdt.dsl index 58d2f9e..7cde312 100644 --- a/src/acpi-dsdt.dsl +++ b/src/acpi-dsdt.dsl @@ -90,6 +90,18 @@ DefinitionBlock ( } +/**************************************************************** + * PIIX4 PM + ****************************************************************/ + + Scope(\_SB.PCI0) { + Device(PX13) { + Name(_ADR, 0x00010003) + OperationRegion(P13C, PCI_Config, 0x00, 0xff) + } + } + + /**************************************************************** * SuperIO devices (kbd, mouse, etc.) ****************************************************************/ @@ -113,18 +125,6 @@ DefinitionBlock ( #include "acpi-dsdt-isa.dsl" -/**************************************************************** - * PIIX4 PM - ****************************************************************/ - - Scope(\_SB.PCI0) { - Device(PX13) { - Name(_ADR, 0x00010003) - OperationRegion(P13C, PCI_Config, 0x00, 0xff) - } - } - - /**************************************************************** * PCI hotplug ****************************************************************/