All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
To: philip havran <spa77@gmx.at>
Cc: linux-acpi@vger.kernel.org
Subject: Re: benq s73g with bugs in DSDT
Date: Sun, 17 Dec 2006 19:36:30 +0300	[thread overview]
Message-ID: <4585720E.7060700@linux.intel.com> (raw)
In-Reply-To: <1166372730.6122.18.camel@pico>

These warnings are warnings -- they are not fatal by themselves.
Do you have any real problem with your notebook?
You should send output of iasl to Benq, as it is them who should fix that.

Regards,
    Alex

philip havran wrote:
> dear developers
>
> using acpid with the benq notebook s73g on ubuntu 6.06 dapper drake,
> there are several bugs (warnings) when recompiling the the dsdt.dsl.
>
> i search now for about 3 weeks on the net, but i was not able to find
> fixes for the output of the iasl compiler!
> i am running the benq s73g notebook with the leatest bios update form
> the vendors homepage!
>
> maybe you could give me some advice or an mailing list where i could
> send the problem with the DSDT to.
>
> thank you in advance 
>
> yours philip havran
>
> p.s. at the end of this mail is an attachement with the output of the
> iasl compiler
>
>
>
>
>   
> ------------------------------------------------------------------------
>
>
> Intel ACPI Component Architecture
> ASL Optimizing Compiler version 20051216 [Jan  9 2006]
> Copyright (C) 2000 - 2005 Intel Corporation
> Supports ACPI Specification Revision 3.0
>
> dsdt.dsl   328:             Method (_CST, 0, NotSerialized)
> Warning  2085 -                        ^ Not all control paths return a value (_CST)
>
> dsdt.dsl   328:             Method (_CST, 0, NotSerialized)
> Warning  2078 -                        ^ Reserved method must return a value (_CST)
>
> dsdt.dsl   488:             Method (_CST, 0, NotSerialized)
> Warning  2085 -                        ^ Not all control paths return a value (_CST)
>
> dsdt.dsl   488:             Method (_CST, 0, NotSerialized)
> Warning  2078 -                        ^ Reserved method must return a value (_CST)
>
> dsdt.dsl   493:                     Return (\_PR.CPU0._CST ())
> Warning  2090 -                                          ^ Called method may not always return a value
>
> dsdt.dsl  1147:             Method (_OSC, 5, NotSerialized)
> Warning  2074 -                        ^ Reserved method has too many arguments (_OSC requires 4)
>
> dsdt.dsl  4480:                     Method (_GTM, 0, NotSerialized)
> Warning  2085 -                                ^ Not all control paths return a value (_GTM)
>
> dsdt.dsl  4480:                     Method (_GTM, 0, NotSerialized)
> Warning  2078 -                                ^ Reserved method must return a value (_GTM)
>
> dsdt.dsl  4637:                         Method (_GTF, 0, NotSerialized)
> Warning  2085 -                                    ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl  4637:                         Method (_GTF, 0, NotSerialized)
> Warning  2078 -                                    ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl  4705:                         Method (_GTF, 0, NotSerialized)
> Warning  2085 -                                    ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl  4705:                         Method (_GTF, 0, NotSerialized)
> Warning  2078 -                                    ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl  4777:                     Method (_GTM, 0, NotSerialized)
> Warning  2085 -                                ^ Not all control paths return a value (_GTM)
>
> dsdt.dsl  4777:                     Method (_GTM, 0, NotSerialized)
> Warning  2078 -                                ^ Reserved method must return a value (_GTM)
>
> dsdt.dsl  4947:                         Method (_GTF, 0, NotSerialized)
> Warning  2085 -                                    ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl  4947:                         Method (_GTF, 0, NotSerialized)
> Warning  2078 -                                    ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl  5015:                         Method (_GTF, 0, NotSerialized)
> Warning  2085 -                                    ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl  5015:                         Method (_GTF, 0, NotSerialized)
> Warning  2078 -                                    ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl  5121:                     Method (_GTF, 0, NotSerialized)
> Warning  2085 -                                ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl  5121:                     Method (_GTF, 0, NotSerialized)
> Warning  2078 -                                ^ Reserved method must return a value (_GTF)
>
> dsdt.dsl  5167:                     Method (_GTF, 0, NotSerialized)
> Warning  2085 -                                ^ Not all control paths return a value (_GTF)
>
> dsdt.dsl  5167:                     Method (_GTF, 0, NotSerialized)
> Warning  2078 -                                ^ Reserved method must return a value (_GTF)
>
> ASL Input:  dsdt.dsl - 5181 lines, 185613 bytes, 2130 keywords
> AML Output: DSDT.aml - 19127 bytes 572 named objects 1558 executable opcodes
>
> Compilation complete. 0 Errors, 22 Warnings, 0 Remarks, 131 Optimizations
>   

      reply	other threads:[~2006-12-17 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-17 16:25 benq s73g with bugs in DSDT philip havran
2006-12-17 16:36 ` Alexey Starikovskiy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4585720E.7060700@linux.intel.com \
    --to=alexey.y.starikovskiy@linux.intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=spa77@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.