Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2011 10:22:31 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-acpi@freebsd.org
Subject:   acpi_tz0: _TMP value is absurd, ignored
Message-ID:  <alpine.BSF.2.00.1111210942100.31327@wonkity.com>

next in thread | raw e-mail | index | archive | help
On an HP Pavilion a1750y, this message repeats at ten-second intervals:

kernel: acpi_tz0: _TMP value is absurd, ignored (-270.6C)
kernel: acpi_tz0: _TMP value is absurd, ignored (-270.5C)
kernel: acpi_tz0: _TMP value is absurd, ignored (-270.7C)

The asl has three errors, although none of them are in _TZ.

A couple of excerpts from the asl file:

     Method (RTMP, 0, NotSerialized)
     {
         Return (RBYT (0x74))
     }
...

             Method (_TMP, 0, NotSerialized)
             {
                 And (SENF, 0x01, Local6)
                 If (LEqual (Local6, 0x01))
                 {
                     Return (RTMP ())
                 }
                 Else
                 {
                     Return (0x0B86)
                 }
             }

What's the next step?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1111210942100.31327>