commit | a8fadc923d1659f1a322194d420808d5b255883c | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Thu Nov 13 09:45:35 2008 +0800 |
committer | Len Brown <len.brown@intel.com> | Mon Dec 29 22:38:37 2008 -0500 |
tree | b8afd36cc4217400efb0e71c550c69bfc8822352 | |
parent | 9f15fc666ef54afc7aff31dfa31edecf00e0d81a [diff] |
ACPICA: Add support to externally execute _OSI method The current implemenation of _OSI within ACPICA only allows other control methods to execute _OSI. This change allows the host OS to execute _OSI via the AcpiEvaluateObject interface. _OSI is a special method -- it does not exist in the AML code, it is implemented within ACPICA. Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>