201
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 EC300 Series
Page 1: ...EC300 310 320 321 322 Series User s Manual A 221 M 2008 ...
Page 12: ...1 12 Introduction EC310 Series EC310 CR6881 EC310 CR6G60 EC310 CRA060 EC310 CR4866 ...
Page 14: ...1 14 Introduction EC321 322 CR4G65 EC320 321 322 CR4866 ...
Page 41: ...3 41 Installing Devices SATA power data connector SATA data connector SATA power connector ...
Page 117: ...6 117 Mounting Options 357 10 40 00 80 00 120 00 16 00 Ø8 50 R2 00 R2 50 ...
Page 159: ...159 8 Supported Software 3 Click Exit ...
Page 169: ...169 8 Supported Software 4 Click Finish ...
Page 182: ...182 8 Supported Software 4 After completing instal lation click Finish to exit setup ...