Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Advanced Power Management
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==APM functions== There are 21 APM function calls defined that the APM driver can use to query power management statuses, or request power state transitions.<ref name="APM_spec_V12" /> Example function calls include letting the BIOS know about current CPU usage (the BIOS may respond to such a call by placing the CPU in a low-power state, or returning it to its full-power state), retrieving the current power state of a device, or requesting a power state change. {| class="wikitable" |- ! Name !! Code !! Comment |- | APM Installation Check || 0x00 || |- | APM Real Mode Interface Connect || 0x01 || |- | APM Protected Mode 16-bit Interface Connect || 0x02 || Avoids real or virtual86 mode. |- | APM Protected Mode 32-bit Interface Connect || 0x03 || Avoids real or virtual86 mode. |- | APM Interface Disconnect || 0x04 || |- | CPU Idle || 0x05 || Requests system suspend.<!--P42--> <BR>0) Clock halted until timer tick interrupt.<BR> 1) Slow clock<!--P29--><ref name="APM_spec_V12" /> |- | CPU Busy || 0x06 || Driver tells system APM to restore clock speed of the CPU. |- | '''Set Power State''' || 0x07 || Set system or device into Suspend/Standby/Off state.<!--P44--> |- | Enable/Disable Power Management || 0x08 || |- | Restore APM BIOS Power-On Defaults || 0x09 || |- | Get Power Status || 0x0A || Supports AC status "On backup power". And battery status. |- | Get PM Event || 0x0B || Checks for APM events. Shall be called once per second. |- | Get Power State || 0x0C || |- | Enable/Disable Device Power Management || 0x0D || |- | APM Driver Version || 0x0E || |- | Engage/Disengage Power Management || 0x0F || APM management for a specific device. |- | Get Capabilities || 0x10 || |- | Get/Set/Disable Resume Timer || 0x11 || |- | Enable/Disable Resume on Ring Indicator || 0x12 || |- | Enable/Disable Timer Based Requests || 0x13 || |- | OEM APM Installation Check || 0x80 || Tells if APM BIOS supports OEM hardware dependent functions. |- | OEM APM Function || 0x80 || Access to OEM specific functions. |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)