Changeset 618 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm
- Timestamp:
- Aug 31, 2021, 2:17:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm
r616 r618 204 204 mov dl, [cs:ROMVARS.bIdleTimeout] 205 205 push dx 206 push dx207 206 test dh, FLGH_DPT_APM_SUPPORTED 208 207 jz SHORT .NoAdvancedPowerManagementSupport … … 213 212 ; COMMAND_STAND_BY seemed to do the trick 214 213 pop dx 214 push dx 215 215 mov al, COMMAND_STAND_BY 216 216 mov bx, TIMEOUT_AND_STATUS_TO_WAIT(TIMEOUT_BSY, FLG_STATUS_BSY)
Note:
See TracChangeset
for help on using the changeset viewer.