Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2005 15:26:21 -0200
From:      AT Matik <asstec@matik.com.br>
To:        freebsd-mobile@freebsd.org
Subject:   acpi - dsdt - iasl compile error
Message-ID:  <200512171526.21754.asstec@matik.com.br>

next in thread | raw e-mail | index | archive | help
Hi

somebody knows what this function should return in order not returning an=20
error when compiling?

    Method (_WAK, 1, NotSerialized)
    {
        Store (0x00, \_SB.PCI0.LPCB.ALED)
        Store (\_SB.BTEN, \_SB.PCI0.LPCB.EC0.BLTH)
        Store (\_SB.WLAN, \_SB.PCI0.LPCB.EC0.WLAN)
        Store (0x01, \_SB.PCI0.LPCB.EC0.CPLE)
        If (LEqual (Arg0, 0x03))
        {
            \_SB.PHSR (0x00, 0x00)
        }

        If (LEqual (Arg0, 0x04))
        {
            \_SB.PHSR (0x03, 0x00)
        }
    }

I get this:

dsdt.aml.ori  3441:     Method (_WAK, 1, NotSerialized)
Warning  2026 -                                   ^ 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?200512171526.21754.asstec>