jiang90 发表于 2014-5-6 19:55

关机断电代码求助(大神帮忙看下这段代码)按照论坛里的教程修改总出现警告


Method (_PTS, 1, NotSerialized)
    {
      Store (Zero, \_SB.PCI0.LPCB.EC0.LNON)
      Store (GO52, \_SB.RFST)
      Store (Zero, P80D)
      P8XH (Zero, Arg0)
      If (LEqual (Arg0, 0x03))
      {
            Store (One, \_SB.PCI0.LPCB.EC0.LNON)
            If (LAnd (DTSE, LGreater (TCNT, One)))
            {
                TRAP (TRTD, 0x1E)
            }
      }
      If (LEqual (Arg0, 0x04))
      {
            Store (\_SB.PCI0.LPCB.EC0.CCDE, \_SB.CCDM)
            Store (One, \_SB.INS4)
            Store (One, \_SB.PCI0.LPCB.EC0.PFLG)
      }
    }

jiang90 发表于 2014-5-6 20:17

在线等救援
页: [1]
查看完整版本: 关机断电代码求助(大神帮忙看下这段代码)按照论坛里的教程修改总出现警告