SubCompact Board
P C M
- 5 3 1 5
Appendix A Programming the Watchdog Timer
A - 6
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
call Superio_Set_Reg
; game port enable
mov cl, 9
call Set_Logic_Device
Initial_OK:
CALL Exit_Configuration_mode
MOV AH,4Ch
INT 21h
Enter_Configuration_Mode PROC NEAR
MOV SI,WORD PTR CS:[Offset Cfg_Port]
Summary of Contents for PCM-5315
Page 9: ...SubCompact Board P C M 5 3 1 5 Chapter 1 General Information 1 1 General Chapter 1 Information...
Page 45: ...SubCompact Board P C M 5 3 1 5 Chapter 3 Award BIOS Setup 3 1 Chapter Award BIOS Setup 3...
Page 50: ...SubCompact Board P C M 5 3 1 5 Chapter 4 Driver Installation 4 1 Chapter Driver 4 Installation...
Page 69: ...SubCompact Board P C M 5 3 1 5 Appendix B I O Information B 1 I O Information Appendix B...
Page 72: ...SubCompact Board P C M 5 3 1 5 Appendix C Mating Connector C 1 Mating Connector Appendix C...