diff options
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r-- | src/mainboard/gigabyte/ma785gm/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma785gmt/dsdt.asl | 4 | ||||
-rw-r--r-- | src/mainboard/gigabyte/ma78gm/dsdt.asl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/gigabyte/ma785gm/dsdt.asl b/src/mainboard/gigabyte/ma785gm/dsdt.asl index 030ddb9f95..700e4ae93d 100644 --- a/src/mainboard/gigabyte/ma785gm/dsdt.asl +++ b/src/mainboard/gigabyte/ma785gm/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) diff --git a/src/mainboard/gigabyte/ma785gmt/dsdt.asl b/src/mainboard/gigabyte/ma785gmt/dsdt.asl index 030ddb9f95..700e4ae93d 100644 --- a/src/mainboard/gigabyte/ma785gmt/dsdt.asl +++ b/src/mainboard/gigabyte/ma785gmt/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) diff --git a/src/mainboard/gigabyte/ma78gm/dsdt.asl b/src/mainboard/gigabyte/ma78gm/dsdt.asl index 030ddb9f95..700e4ae93d 100644 --- a/src/mainboard/gigabyte/ma78gm/dsdt.asl +++ b/src/mainboard/gigabyte/ma78gm/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) |