Service manual

85
Error Codes returned by APM sub-functions
errPM_Disabled EQU 01H ;PM functionality is disabled
errInterf_Present EQU 02H ;Interface already present
errInterf_Not_Present EQU 03H ;Interface disconnected or not est.
errPM16_Est EQU 05H ;Prot. Mode 16-bit already est.
errPM16_Unsupported EQU 06H ;Prot. Mode 16-bit unsupported
errPM32_Est EQU 07H ;Prot. Mode 32-bit already est.
errPM32_Unsupported EQU 08H ;Prot. Mode 32-bit unsupported
errUnrec_Device_ID EQU 09H ;Unrecognized Device ID
errCX_Parm_OOR EQU 0AH ;CX Parameter out of range
errInterf_Not_Engaged EQU 0BH ;Interface not engaged (APM 1.1)
errCant_Enter_State EQU 60H ;Can not enter requested state
errNo_PM_Pending EQU 80H ;No PM Events pending
errAPM_Not_Present EQU 86H ;Advanced Power Management not present
errUnsupported_APM_Fn EQU 0FFH ;SystemSoft internal define
errPM_ already_enabled EQU 30h ; PM is already enabled
errPM_already_disabled EQU 31h ; PM is already disabled
errPM_function_not_supp EQU 32h ; PM function not supported
DIAG EQU 1
APM_INST EQU 0D0h
APM_INTF_CONNECT EQU 0D1h
APM_PM16_CON EQU 0D2h
APM_PM32_CON EQU 0D3h
APM_INTF_DISCON EQU 0D4h
APM_CPUIDLE EQU 0D5h
APM_CPUBUSY EQU 0D6h
APM_POWER EQU 0D7h
APM_EN_DIS_PM EQU 0D8h
APM_DEFAULTS EQU 0D9h
APM_GET_STATUS EQU 0DAh
APM_HAVE_EVENT EQU 0DBh
APM_EVENT_CALL EQU 0DCh
APM_TRIGGER EQU 0DDh
SMI_TRIGGER EQU 0DDh
APM_GET_PM_ENABLE EQU 0DEH