User Manual

Network Appliance FWS-7600
Appendix C Standard Firewall Platform Setting C-9
}
void Entry_mode_set()
{
outportb(0x378, 0x06);
wait();
outportb(0x37A, 0xC8);
wait();
outportb(0x37A, 0xCA);
wait();
}
void Display_Off()
{
outportb(0x378, 0x08);
wait();
outportb(0x37A, 0xC8);
wait();
outportb(0x37A, 0xCA);