![Fastwel CPB902 User Manual Download Page 88](http://html.mh-extra.com/html/fastwel/cpb902/cpb902_user-manual_546458088.webp)
General Software® BIOS
CPB902
C P B 9 0 2 U s e r M a n u a l
86
© 2 0 0 8 F a s t w e l v . 1 . 5 b E
5.11.5
Using INT 17H BIOS Extension to Control the Watchdog Timers
INT 17H extensions which allow to access the watchdog timers and to support their operation are
described below.
SIO WDT1 control
▪
WDT1 enable;
Input parameters:
AH=11h;
CX=TIMEOUT in seconds. If CX > 255, the value is rounded down to a number,
devisable by 60;
DX=4657h.
Returned value:
CF=NC (on successful completion);
CF=CY (if incorrect value is specified in CX).
▪
WDT1 strobing
Input parameters:
AH=12h;
DX=4657h.
▪
Disable WDT1
Input parameters:
AH=13h;
DX=4657h.
Supervisor's WDT control (WDT2)
▪
Enable WDT2
Input parameters:
AH=21h;
DX=4657h.
▪
WDT2 strobing
Input parameters:
AH=22h;
DX=4657h.
▪
Disable WDT2
Input parameters:
AH=23h;
DX=4657h.