[SeaBIOS] [PATCH 1/2] acpi: reorder PX13 + ISA

Gerd Hoffmann kraxel at redhat.com
Tue Dec 4 16:26:39 CET 2012


Without this windows 7 BSODs, probably because
we are referencing PX13 from ISA.

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/acpi-dsdt.dsl |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

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
@@ -91,6 +91,18 @@ DefinitionBlock (
 
 
 /****************************************************************
+ * PIIX4 PM
+ ****************************************************************/
+
+    Scope(\_SB.PCI0) {
+        Device(PX13) {
+            Name(_ADR, 0x00010003)
+            OperationRegion(P13C, PCI_Config, 0x00, 0xff)
+        }
+    }
+
+
+/****************************************************************
  * SuperIO devices (kbd, mouse, etc.)
  ****************************************************************/
 
@@ -114,18 +126,6 @@ DefinitionBlock (
 
 
 /****************************************************************
- * PIIX4 PM
- ****************************************************************/
-
-    Scope(\_SB.PCI0) {
-        Device(PX13) {
-            Name(_ADR, 0x00010003)
-            OperationRegion(P13C, PCI_Config, 0x00, 0xff)
-        }
-    }
-
-
-/****************************************************************
  * PCI hotplug
  ****************************************************************/
 
-- 
1.7.1




More information about the SeaBIOS mailing list