Liu, Jiang wrote: > Dana.Myers at Sun.COM <mailto:Dana.Myers at Sun.COM> wrote: > >> >> Because YCST is returning no value, is my guess - I believe >> none of the if () conditions are true, and nothing is returned. >> > According to the dsl, all possible paths have been covered in YCST, > that is > switch (val & 0x70) { > case 0x00: > case 0x10: > case 0x20: > case 0x40: > case 0x30: > case 0x50: > case 0x60: > case 0x70: > } > > So it seems strange. > Yes, I looked too quickly at first; you're quite correct. This is very strange, and does seem to suggest an issue with ACPI CA. I'll continue to work with Bill to investigate this.
Dana
