public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Ducrot Bruno <ducrot-kk6yZipjEM5g9hUCZPvPmw@public.gmane.org>
To: "Moore, Robert" <robert.moore-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Nate Lawson <nate-Y6VGUYTwhu0@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 09:53:19 +0200	[thread overview]
Message-ID: <20031007075319.GA11391@poupinou.org> (raw)
In-Reply-To: <D3A3AA459175A44CB5326F26DA7A189C1C3DE1-sBd4vmA9Se58QrAoInS571DQ4js95KgL@public.gmane.org>

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))
                }
            }

            Name (_PCT, Package (0x02)
            {
                ResourceTemplate ()
                {
                    Register (SystemIO, 0x08, 0x00, 0x00000000000000B2)
                }, 

                ResourceTemplate ()
                {
                    Register (SystemIO, 0x08, 0x00, 0x0000000000001050)
                }
            })
            Name (_PSS, Package (0x02)
            {
                Package (0x06)
                {
                    0x00, 
                    0x00, 
                    0x01F4, 
                    0x00, 
                    0xF6, 
                    0x00
                }, 

                Package (0x06)
                {
                    0x00, 
                    0x00, 
                    0x01F4, 
                    0x00, 
                    0xF7, 
                    0x01
                }
            })
            Method (_PPC, 0, NotSerialized)
            {
                If (LNot (\SPEN))
                {
                    Return (0x01)
                }

                If (\_SB.PCI0.LPC.EC.TT4F)
                {
                    Return (0x01)
                }
                Else
                {
                    Return (0x00)
                }
            }
        }
    }


-- 
Ducrot Bruno

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.


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

  parent reply	other threads:[~2003-10-07  7:53 UTC|newest]

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

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=20031007075319.GA11391@poupinou.org \
    --to=ducrot-kk6yzipjem5g9huczpvpmw@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=nate-Y6VGUYTwhu0@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