aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/northbridge/amd/amdk8/util.asl6
-rw-r--r--src/superio/winbond/w83627hf/acpi/superio.asl8
2 files changed, 7 insertions, 7 deletions
diff --git a/src/northbridge/amd/amdk8/util.asl b/src/northbridge/amd/amdk8/util.asl
index 57a2cf95c8..921de4e87b 100644
--- a/src/northbridge/amd/amdk8/util.asl
+++ b/src/northbridge/amd/amdk8/util.asl
@@ -109,7 +109,7 @@ Scope (\_SB)
}
/* GetBusResources(Node, Link) */
- Method (GWBN, 2, NotSerialized)
+ Method (GWBN, 2, Serialized)
{
Name (BUF0, ResourceTemplate ()
{
@@ -149,7 +149,7 @@ Scope (\_SB)
}
/* GetMemoryResources(Node, Link) */
- Method (GMEM, 2, NotSerialized)
+ Method (GMEM, 2, Serialized)
{
Name (BUF0, ResourceTemplate ()
{
@@ -214,7 +214,7 @@ Scope (\_SB)
}
/* GetIOResources(Node, Link) */
- Method (GIOR, 2, NotSerialized)
+ Method (GIOR, 2, Serialized)
{
Name (BUF0, ResourceTemplate ()
{
diff --git a/src/superio/winbond/w83627hf/acpi/superio.asl b/src/superio/winbond/w83627hf/acpi/superio.asl
index 943a37d783..41f3588772 100644
--- a/src/superio/winbond/w83627hf/acpi/superio.asl
+++ b/src/superio/winbond/w83627hf/acpi/superio.asl
@@ -655,7 +655,7 @@ Device(SIO) {
EXCM ()
}
- Method (_CRS)
+ Method (_CRS, 0, Serialized)
{
Name (CRS, ResourceTemplate () {
IO (Decode16, 0x0000, 0x0000, 0x01, 0x08, IO0)
@@ -1099,7 +1099,7 @@ Device(SIO) {
Notify(PS2M, 1)
}
- Method (_CRS)
+ Method (_CRS, 0, Serialized)
{
Name (CRS, ResourceTemplate () {
IRQNoFlags (IRQX) {}
@@ -1203,7 +1203,7 @@ Device(SIO) {
EXCM ()
}
- Method (_CRS)
+ Method (_CRS, 0, Serialized)
{
Name (CRS, ResourceTemplate () {
IRQNoFlags (IRQX) {}
@@ -1425,7 +1425,7 @@ Device(SIO) {
EXCM ()
}
- Method (_CRS)
+ Method (_CRS, 0, Serialized)
{
Name (CRS, ResourceTemplate () {
IO (Decode16, 0x0000, 0x0000, 0x08, 0x02, IO0)