A d v a n c e d S ys t e m
C o n t r o l l e r
A I S - E 2 - C V 1
Appendix A Programming the Watchdog Timer
A-6
A.2 ITE8783 Watchdog Timer Initial Program
.MODEL SMALL
.CODE
Main:
CALL Enter_Configuration_mode
CALL Check_Chip
mov cl, 7
call Set_Logic_Device
;time setting
mov cl, 10 ; 10 Sec
dec al
Watch_Dog_Setting:
;Timer setting
mov al, cl
mov cl, 73h
call Superio_Set_Reg
;Clear by keyboard or mouse interrupt
mov al, 0f0h
mov cl, 71h
call Superio_Set_Reg
;unit is second.
mov al, 0C0H
mov cl, 72h
Summary of Contents for AIS-E2-CV1
Page 19: ...Advanced System Controller A I S E 2 C V 1 Chapter 2 Hardware Installation 2 4 I O Ports...
Page 33: ...Advanced System Controller A I S E 2 C V 1 Chapter 2 Hardware Installation 2 18...
Page 44: ...Advanced System Controller A I S E 2 C V 1 Chapter 4 Driver Installation 4 5...
Page 58: ...Advanced System Controller A I S E 2 C V 1 Appendix B I O Information B 2 B 1 I O Address Map...
Page 59: ...Advanced System Controller A I S E 2 C V 1 Appendix B I O Information B 3...
Page 63: ...Advanced System Controller A I S E 2 C V 1 Appendix C AHCI Setting C 1 AHCI Setting Appendix C...