Aaeon FWB-2250 User Manual page 76

Networking motherboard
Table of Contents

Advertisement

N e t w o r k i n g M o t h e r b o a r d
/*
Set Watch Dog as LAN3 & 4 By Pass mode
*/
VOID WDT_LAN34_BP()
{
UINT8
SEL_PAIR(0x01) ;
TEMP8 = IoIn8(LANBP_BASE_ADDR) | 0x40;
IoOut8(LANBP_BASE_ADDR, TEMP8);
EXE_SET();
}
/*
Set Watch Dog as system reset mode
*/
VOID WDT_RESET()
{
UINT8
SEL_PAIR(0x00) ;
TEMP8 = IoIn8(LANBP_BASE_ADDR) & 0xBF;
IoOut8(LANBP_BASE_ADDR, TEMP8);
TEMP8;
// Select Pair II
TEMP8;
// Select Pair I
Appendix C Standard Firewall Platform Setting
F W B - 2 2 5 0
// Execute Set
C-11

Advertisement

Table of Contents
loading

Table of Contents