AAEON FWS-7600 User Manual
Page 73
N e t w o r k Ap p l i a n c e
F W S - 7 6 0 0
Appendix C Standard Firewall Platform Setting
C-12
wait();
}
void Write_Char( char x )
{
outportb(0x378, x);
outportb(0x37A, 0xC0);
wait();
outportb(0x37A, 0xC2);
wait();
}
void Change_Line()
{
outportb(0x378, 0xC0);
wait();
outportb(0x37A, 0xC8);
wait();
outportb(0x37A, 0xCA);