|
|
微软官方文档。
! a1 K1 t, w3 M" q. I$ K1 S' A' j3 Y8 U: u Kernel-mode device drivers are able to evaluate ACPI control methods via I/O control codes (IOCTLs). Typically, a driver evaluates ACPI control methods to initiate or configure platform-specific functionality.
' X: ~) {% Y$ B An ACPI control method is a definition of how to interrogate or adjust system hardware. Control methods are written in the ACPI Machine Language (AML) and are interpreted by the ACPI driver in Microsoft® Windows®. These objects are loaded from the system definition in firmware into the ACPI namespace.- b( q6 j; \. C6 T. d# F2 A* w
Drivers can evaluate ACPI control methods within the namespace of the device object on which they are loaded. This also includes control methods in the namespace of child objects. A driver must meet the following requirements when evaluating ACPI control methods:0 l5 x" G3 U6 T0 j* Y- q! {
• Only WDF or WDM drivers are supported.9 F+ n% b @% u ^5 S
• Drivers may evaluate control methods only within the namespace of the device object on which they are loaded. This includes the namespace of child device objects. |
|