https://bugzilla.kernel.org/show_bug.cgi?id=15665


Robert Moore <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #12 from Robert Moore <[email protected]>  2010-04-05 21:11:17 
---
(In reply to comment #7)
> For the brightness issue:
> ACPI Error (dswload-0802): [_T_1] and related _BQC and GBQC already exists

This is a bug in the BIOS and will fail on both Windows and ACPICA. The _T_0
and _T_1 symbols are created as a result of using a Switch() ASL operator. The
Microsoft ASL compiler emits these symbols near where the Switch is used.
However, if the Switch is used in a loop (which it is in this case), the method
will fail on the second pass through the loop.

Note for BIOS writers: The iASL compiler emits such temporary variables (_T_x)
at the namespace root, so that the restriction of not using a Switch() within a
While() is eliminated.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to