http://defect.opensolaris.org/bz/show_bug.cgi?id=6113
Mark Haywood <mark.haywood at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark.haywood at sun.com
--- Comment #4 from Mark Haywood <mark.haywood at sun.com> 2009-01-15 07:52:47
---
Are you sure that there aren't _PSS entries? Looking at the attachment, I see
the following:
OperationRegion (STBL, SystemMemory, 0x7F7B9AB0, 0x0445)
Name (NCPU, 0x02)
Name (TYPE, 0x80000000)
Name (HNDL, 0x80000000)
Name (CFGD, 0x01000011)
Name (TBLD, 0x00)
Method (_PDC, 1, NotSerialized)
{
CreateDWordField (Arg0, 0x08, DAT0)
Store (DAT0, TYPE)
If (LEqual (TBLD, 0x00))
{
If (LAnd (LGreaterEqual (NCPU, 0x02), LEqual (And (TYPE, 0x0A
), 0x0A)))
{
Load (STBL, HNDL)
Store (0x01, TBLD)
}
If (LAnd (LEqual (NCPU, 0x01), LEqual (And (TYPE, 0x01),
0x01)))
{
If (And (TYPE, 0x01))
{
Load (STBL, HNDL)
Store (0x01, TBLD)
}
}
}
}
Typically this means that the _PSS is probably going to be loaded from system
memory. You might want to try dump the STBL with acpidump so that we can see
what data we are dealing with.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.