Jump to content

VIAAPM.SYS

From EDM2
Revision as of 19:03, 14 October 2016 by Ak120 (talk | contribs) (Created page with "VIA KT266A power management. DEVICE=VIAAPM.SYS '''Note:''' Replace APM.SYS by APM_NH.SYS Provides the following services: * CPU idle hook for APM KPI (APM_IdleHook...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

VIA KT266A power management.

DEVICE=VIAAPM.SYS

Note: Replace APM.SYS by APM_NH.SYS

Provides the following services:

  • CPU idle hook for APM KPI (APM_IdleHookRtn).
  • CPU throttling API.

The APM idle hook routine replaces the OS/2's standard idle operation (HLT x86 instruction). The reason for it is that HLT corresponds to ACPI "C1" level of CPU operation (CPU still connected to bus and consumes its full rated power). The "C2" level, provided by the idle hook, disconnects the CPU from its bus, dropping the power consumption by about 10 times and putting the CPU into so-called "Stop Grant state". CPU returns from this state in the same ways as from "C1", therefore the performance losses are insignificant.

The "throttling API" enables the user to slow down the CPU by selectively filtering out CPU clock cycles. In KT266A chipset, this method is particularly useful for cooling down the 8366 memory controller ("northbridge") which imposes a noticeable source of heat besides the CPU.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes