User Manual
Network Appliance FWS-7600
Appendix C Standard Firewall Platform Setting C-11
outportb(0x37A, 0xCA);
wait();
}
/********************************************************************
****/
// Set the interface data length.
// Number of display line and character font.
// For 5x7 dots and 2 lines display now.
/********************************************************************
***/
void Function_Set()
{
outportb(0x378, 0x38);
wait();
outportb(0x37A, 0xC8);
wait();
outportb(0x37A, 0xCA);