
108
B
Watchdog Timer
Appendix B - Watchdog Timer
Watchdog Timer
The following parameters are references for setting the time interval of the
Watchdog Timer function. The system will regularly be “cleared” according to the
set time interval. If the system hangs or fails to function, it will also reset ac-
cording to the time interval so that your system will continue to operate.
.model small
.386
;-------------------
;Port defi nation
;-------------------
SuperIo_CFG_Port EQU
2Eh
;Super I/O Confi g port. (2Eh/4Eh)
SuperIo_DAT_Port EQU
SuperIo_CF 1
WDT_Counter
EQU
10
; 1 to 255 (Sec./Min), 0 means disabled
mSuperio_Enter_Confi g
Macro
mov
dx,
SuperIo_CFG_Port
mov
al,
87h
out
dx,
al
NEWIODELAY
out
dx,
al
endM
mSuperio_Exit_Confi g
Macro
mov
dx,
SuperIo_CFG_Port
mov
al,
0AAh
out
dx,
al
endM
mSuperio_GetSet_Reg
Macro RegIndex, AndMask, OrValue
mov
dx,
SuperIo_CFG_Port
mov
al,
RegIndex
out
dx,
al
NEWIODELAY
mov
dx,
SuperIo_DAT_Port
in
al,
dx
NEWIODELAY
mov
ah,
al
and
al,
AndMask
or
al,
OrValue
out
dx,
al
NEWIODELAY
endM
mSuperio_Get_Reg Macro RegIndex
mov
dx,
SuperIo_CFG_Port
mov
al,
RegIndex
out
dx,
al
Summary of Contents for DS910-OT
Page 1: ...DS910 OT User s Manual A20200152...
Page 11: ...1 11 Introduction Chapter 1 Introduction Overview DS910 OT...
Page 17: ...1 17 Introduction Mechanical Dimensions Chassis Dimensions 210 00 194 30 35 00 35 00...
Page 26: ...3 26 Installing Devices SATA power data connector SATA data connector SATA power connector...
Page 53: ...53 5 Ports and Connectors Factory Testing 1 2 9 10...
Page 56: ...6 56 Mounting Options 75 00 100 00 100 00 75 00...