All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: admin.samae@gmail.com
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmidecode - MacBook2,1
Date: Mon, 21 Jan 2008 01:02:46 -0500	[thread overview]
Message-ID: <200801210102.46993.lenb@kernel.org> (raw)
In-Reply-To: <479391F7.7080602@gmail.com>

On Sunday 20 January 2008 13:24, eeva wrote:
> Len Brown a écrit :
> > On Saturday 06 October 2007 12:05, Samae wrote:
> >> System Information
> >>     Manufacturer: Apple Inc.
> >>     Product Name: MacBook2,1
> >>     Version:  1.0
> >>     Serial Number: W87311YWZ5X
> >>     UUID: 61F9E18A-38B2-B440-A87E-7457DF18863C
> >>     Wake-up Type: Power Switch
> >>     SKU Number: System SKUNumber
> >>     Family: MacBook
> >>
> >> Handle 0x0002, DMI type 2, 16 bytes
> >> Base Board Information
> >>     Manufacturer: Apple Inc.
> >>     Product Name: Mac-F4208CAA
> > 
> > 
> > Thanks for the dmidecode output.
> > 
> > Do you notice any functional difference when booting with
> > 
> > "acpi_osi=Linux"        (default for 2.6.22 and earlier)
> > vs.
> > "acpi_osi=!Linux"       (default for 2.6.23 and later)
> > 
> > Also, please send me the output from acpidump.
> > 
> > thanks,
> > -Len
> > 
> > ps
> > If you don't have acpidump, you can get it from pmtools here:
> > http://www.lesswatts.org/projects/acpi/utilities.php
> > 
> 
> I haven't notice any difference when booting with one or the other 
> kernel. I send you the output of acpidump.
> pmtools wasn't reachable so I built it with an archlinux PKGBUILD. it 
> worked nicely.
> 

acpi_osi=Linux is a NOP on the MacBook2,1 because it only
compares OSYS to Darwin.  Everything else is treated the same.


thanks,
-Len

            If (CondRefOf (_OSI, Local0))
            {
                If (_OSI ("Darwin"))
                {
                    Store (0x2710, OSYS)
                }
                Else
                {
                    If (_OSI ("Linux"))
                    {
                        Store (0x03E8, OSYS)
                    }
                    Else
                    {
                        Store (0x07D1, OSYS)
                    }
                }
            }
            Else
            {
                Store (0x07D0, OSYS)
            }
.....
    Method (OSDW, 0, NotSerialized)
    {
        If (LEqual (OSYS, 0x2710))
        {
            Return (0x01)
        }
        Else
        {
            Return (0x00)
        }
    }
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2008-01-21  6:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <413515090710060238x4af5f54fsd558841153480b42@mail.gmail.com>
2007-10-06 16:05 ` dmidecode Samae
2008-01-19  4:21   ` dmidecode - MacBook2,1 Len Brown
     [not found]     ` <479391F7.7080602@gmail.com>
2008-01-21  6:02       ` Len Brown [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=200801210102.46993.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=admin.samae@gmail.com \
    --cc=linux-acpi@vger.kernel.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 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.