diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/supermicro/h8qgi/dsdt.asl | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/mainboard/supermicro/h8qgi/dsdt.asl b/src/mainboard/supermicro/h8qgi/dsdt.asl index c8540672cd..feb7697796 100644 --- a/src/mainboard/supermicro/h8qgi/dsdt.asl +++ b/src/mainboard/supermicro/h8qgi/dsdt.asl @@ -448,6 +448,15 @@ DefinitionBlock ( #include "acpi/routing.asl" + Method(_PIC, 0x01, NotSerialized) + { + If (Arg0) + { + \_SB.CIRQ() + } + Store(Arg0, PMOD) + } + Scope(\_SB) { Method(CkOT, 0){ if(LNotEqual(OSTP, Ones)) {Return(OSTP)} /* OS version was already detected */ @@ -468,14 +477,6 @@ DefinitionBlock ( Return(OSTP) } - Method(_PIC, 0x01, NotSerialized) - { - If (Arg0) - { - \_SB.CIRQ() - } - Store(Arg0, PMOD) - } Method(CIRQ, 0x00, NotSerialized){ Store(0, PINA) Store(0, PINB) |