AAEON FWS-2200 User Manual

Page 95

Advertising
background image

N e t w o r k Ap p l i a n c e

F W S - 2 2 0 0

Appendix C Standard Firewall Platform Setting

C-9

IoOut8(LANBP_BASE_ADDR

+

1,

TEMP8);

EXE_SET(); //

Execute

Set

}

/*

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) ;

// Select Pair I

TEMP8 = IoIn8(LANBP_BASE_ADDR) & 0x7F;

TEMP8 |= BP_MODE << 7;

IoOut8(LANBP_BASE_ADDR,

TEMP8);

EXE_SET(); //

Execute

Set

}

/*

Advertising