On Saturday 19 January 2008 15:24, Christer Edwards wrote:
> On Jan 18, 2008 7:25 PM, Len Brown <[EMAIL PROTECTED]> wrote:
> > 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)
>
> I have not yet had a chance to try these values at boot, but I've
> attached acpidump.
No testing necessary, the acpudump shows that this box
is like other Apples -- it basically tells the difference
between Darwin and other - and treats Linux and Windows the same.
So if we set OSI(Linux) or not doesn't make any difference.
thanks,
-Len
---
Method (_INI, 0, NotSerialized)
{
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 [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html