Date: Mon, 19 Dec 2005 05:50:15 -0200 From: JoaoBR <joao@matik.com.br> To: freebsd-acpi@freebsd.org Subject: dsdt compile error on Acer 3002 NB Message-ID: <200512190550.16062.joao@matik.com.br>
next in thread | raw e-mail | index | archive | help
Hello somebody knows and can tell me what this function should return in order no= t=20 returning an error when compiling? =A0 =A0 Method (_WAK, 1, NotSerialized) =A0 =A0 { =A0 =A0 =A0 =A0 Store (0x00, \_SB.PCI0.LPCB.ALED) =A0 =A0 =A0 =A0 Store (\_SB.BTEN, \_SB.PCI0.LPCB.EC0.BLTH) =A0 =A0 =A0 =A0 Store (\_SB.WLAN, \_SB.PCI0.LPCB.EC0.WLAN) =A0 =A0 =A0 =A0 Store (0x01, \_SB.PCI0.LPCB.EC0.CPLE) =A0 =A0 =A0 =A0 If (LEqual (Arg0, 0x03)) =A0 =A0 =A0 =A0 { =A0 =A0 =A0 =A0 =A0 =A0 \_SB.PHSR (0x00, 0x00) =A0 =A0 =A0 =A0 } =A0 =A0 =A0 =A0 If (LEqual (Arg0, 0x04)) =A0 =A0 =A0 =A0 { =A0 =A0 =A0 =A0 =A0 =A0 \_SB.PHSR (0x03, 0x00) =A0 =A0 =A0 =A0 } =A0 =A0 } I get this: dsdt.aml.ori =A03441: =A0 =A0 Method (_WAK, 1, NotSerialized) Warning =A02026 - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 ^ Reserved method must=20 return a value (_WAK) thank's, Jo=E3o A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512190550.16062.joao>