public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Nate Lawson <nate-Y6VGUYTwhu0@public.gmane.org>
To: "Moore, Robert" <robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Ducrot Bruno <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>,
	acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: RE: RE: \_PR\CPU\_INI not called during initialization
Date: Tue, 7 Oct 2003 11:14:02 -0700 (PDT)	[thread overview]
Message-ID: <20031007111150.P6708@root.org> (raw)
In-Reply-To: <D3A3AA459175A44CB5326F26DA7A189C1C3DE8-sBd4vmA9Se58QrAoInS571DQ4js95KgL@public.gmane.org>

Thank you!  However, I hope you call _INI even if _STA is AE_NOT_FOUND.
See the ASL below to see that there is no _STA method.  If there IS a _STA
method and it returns "not present", it's fine not to call _INI.

For now, I unconditionally call _INI when attaching to a Processor.  It
works and now my mhz and mw settings for performance control are properly
reported.

-Nate

On Tue, 7 Oct 2003, Moore, Robert wrote:
> We are going to add this support for the next version of ACPI CA.
>
> The MS interpreter executes both _STA and _INI under processor objects.
> Bob
>
>
> -----Original Message-----
> From: Ducrot Bruno [mailto:ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org]
> Sent: Tuesday, October 07, 2003 12:53 AM
> To: Moore, Robert
> Cc: Nate Lawson; acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: Re: [ACPI] RE: \_PR\CPU\_INI not called during initialization
>
> On Mon, Oct 06, 2003 at 03:58:32PM -0700, Moore, Robert wrote:
> > Nope. A Processor object is just that.  A Processor.  Not a Device.
> > Just because something can appear under _SB does not imply that it is
> a
> > Device object.
> >
> > However, once again, we need to see what MS does.
> > Bob
> >
>
> Some IBM laptops shipped with a Pentium have that,
> or equivalent:
>
>     Scope (\_PR)
>     {
>         Processor (CPU, 0x01, 0x00001010, 0x06)
>         {
>             Method (_INI, 0, NotSerialized)
>             {
>                 Store (\P0FQ, Index (DerefOf (Index (_PSS, 0x00)), 0x00))
>                 Store (\P0PW, Index (DerefOf (Index (_PSS, 0x00)), 0x01))
>                 Store (\P1FQ, Index (DerefOf (Index (_PSS, 0x01)), 0x00))
>                 Store (\P1PW, Index (DerefOf (Index (_PSS, 0x01)), 0x01))
>                 If (\PCEL)
>                 {
>                     Store (0xF6, Index (DerefOf (Index (_PSS, 0x01)), 0x05))
>                     Store (0x00, Index (DerefOf (Index (_PSS, 0x01)), 0x05))
>                 }
>             }


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

  parent reply	other threads:[~2003-10-07 18:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-07 16:02 RE: \_PR\CPU\_INI not called during initialization Moore, Robert
     [not found] ` <D3A3AA459175A44CB5326F26DA7A189C1C3DE8-sBd4vmA9Se58QrAoInS571DQ4js95KgL@public.gmane.org>
2003-10-07 18:14   ` Nate Lawson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-10-07 18:31 Moore, Robert
2003-10-06 22:58 Moore, Robert
     [not found] ` <D3A3AA459175A44CB5326F26DA7A189C1C3DE1-sBd4vmA9Se58QrAoInS571DQ4js95KgL@public.gmane.org>
2003-10-07  7:53   ` Ducrot Bruno

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=20031007111150.P6708@root.org \
    --to=nate-y6vguytwhu0@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org \
    --cc=robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox