diff options
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/dbm690t/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/amd/mahogany/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/amd/mahogany_fam10/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/amd/tilapia_fam10/dsdt.asl | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/amd/dbm690t/dsdt.asl b/src/mainboard/amd/dbm690t/dsdt.asl index 78ceb01a7a..748c9fb879 100644 --- a/src/mainboard/amd/dbm690t/dsdt.asl +++ b/src/mainboard/amd/dbm690t/dsdt.asl @@ -886,7 +886,7 @@ DefinitionBlock ( * Store(Arg0, Index(WKST,1)) * } */ - \_SB.PCI0.SIOW (Arg0) + \_SB.PCI0.SIOW () Return(WKST) } /* End Method(\_WAK) */ @@ -1432,7 +1432,7 @@ DefinitionBlock ( XPNP() } } - Method (SIOW, 1) + Method (SIOW, 0) { EPNP() Store (0x4, LDN) diff --git a/src/mainboard/amd/mahogany/dsdt.asl b/src/mainboard/amd/mahogany/dsdt.asl index 798f053e1a..dfffa871e5 100644 --- a/src/mainboard/amd/mahogany/dsdt.asl +++ b/src/mainboard/amd/mahogany/dsdt.asl @@ -882,7 +882,7 @@ DefinitionBlock ( * Store(Arg0, Index(WKST,1)) * } */ - \_SB.PCI0.SIOW (Arg0) + \_SB.PCI0.SIOW () Return(WKST) } /* End Method(\_WAK) */ @@ -1448,7 +1448,7 @@ DefinitionBlock ( XPNP() } } - Method (SIOW, 1) + Method (SIOW, 0) { EPNP() Store (0x4, LDN) diff --git a/src/mainboard/amd/mahogany_fam10/dsdt.asl b/src/mainboard/amd/mahogany_fam10/dsdt.asl index bbc31056fd..6c72744aef 100644 --- a/src/mainboard/amd/mahogany_fam10/dsdt.asl +++ b/src/mainboard/amd/mahogany_fam10/dsdt.asl @@ -924,7 +924,7 @@ DefinitionBlock ( * Store(Arg0, Index(WKST,1)) * } */ - \_SB.PCI0.SIOW (Arg0) + \_SB.PCI0.SIOW () Return(WKST) } /* End Method(\_WAK) */ @@ -1491,7 +1491,7 @@ DefinitionBlock ( XPNP() } } - Method (SIOW, 1) + Method (SIOW, 0) { EPNP() Store (0x4, LDN) diff --git a/src/mainboard/amd/tilapia_fam10/dsdt.asl b/src/mainboard/amd/tilapia_fam10/dsdt.asl index 03118eea17..4afab9c1be 100644 --- a/src/mainboard/amd/tilapia_fam10/dsdt.asl +++ b/src/mainboard/amd/tilapia_fam10/dsdt.asl @@ -924,7 +924,7 @@ DefinitionBlock ( * Store(Arg0, Index(WKST,1)) * } */ - \_SB.PCI0.SIOW (Arg0) + \_SB.PCI0.SIOW () Return(WKST) } /* End Method(\_WAK) */ @@ -1490,7 +1490,7 @@ DefinitionBlock ( XPNP() } } - Method (SIOW, 1) + Method (SIOW, 0) { EPNP() Store (0x4, LDN) |