Asus AAEON FWS-2253 User Manual page 73

Table of Contents

Advertisement

LAN1 & 2 Power Off ByPass Mode Set
BP_MODE = 0x00 - Pass Through Mode
= 0x01 - By Pass Mode
*/
VOID LAN12_PWROFF_BP()
{
UINT8 TEMP8;
SEL_PAIR(0x00) ;
TEMP8 = IoIn8(LANBP_BASE_ADDR) & 0x7F;
TEMP8 |= BP_MODE << 7;
IoOut8(LANBP_BASE_ADDR, TEMP8);
EXE_SET();
}
/*
LAN3 & 4 Power On ByPass Mode Set
BP_MODE = 0x00 - Pass Through Mode
= 0x01 - By Pass Mode
*/
VOID LAN34_PWRON_BP()
{
UINT8 TEMP8;
SEL_PAIR(0x01) ;
TEMP8 = IoIn8(LANBP_BASE_ADDR + 1) & 0xFE;
Appendix C – Standard Firewall Platform Setting
// Select Pair I
// Execute Set
// Select Pair II
61

Advertisement

Table of Contents
loading

Table of Contents