http://defect.opensolaris.org/bz/show_bug.cgi?id=7884
Aubrey.Li <aubrey.li at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aubrey.li at intel.com
--- Comment #1 from Aubrey.Li <aubrey.li at intel.com> 2009-04-01 19:32:17 ---
More explanation about supported_max_cstates.
Due to 6807891 system does not consider C3 when ACPI _CST object did not
contain a C2 state, supported_max_cstates is the number of the cstate, not the
max supported cstate. For example,
if the system supports C1, C2, C3, supported_max_cstates = 3.
if the system supports C1, C3, supported_max_cstates = 2.
if the system supports C1, C2, supported_max_cstates = 2.
Do we see a problem with the current implementation?
Thanks,
-Aubrey
--
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.