]> xenbits.xensource.com Git - seabios.git/commitdiff
acpi: reorder PX13 + ISA
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Dec 2012 15:26:39 +0000 (16:26 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 5 Dec 2012 02:03:53 +0000 (21:03 -0500)
Without this windows 7 BSODs, probably because
we are referencing PX13 from ISA.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/acpi-dsdt.dsl

index 58d2f9e08ecd47e072781bc8cde0bbda0dff1c35..7cde3128530f1b4b18c0c29e8c2ea4b91d3d396e 100644 (file)
@@ -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
  ****************************************************************/