User Manual

Network Appliance FWS-7600
Appendix C Standard Firewall Platform Setting C-13
wait();
}
void wait()
{
for (int i = 0 ; i < 0x10 ; i++)
{
for (int j = 0 ; j < 0x80 ; j++)
{
outportb(0x0EB, 0Xff);
}
}
}