APPENDIX J
LINUX CONFIGURATION


The PCCOM 8 port adapter can be installed in the Linux by using serial device driver supported by Linux, and the device driver will detect 8250, 16450, 16550, 16650 chips automatically. For more details, please refer to 'setserial' man-pages.

I/O port address = 100H
Interrupt = IRQ12
Chip type = 16550A

Please add the following lines to /etc/rc.d/rc.serial or rc.local file.

SETSERIAL="/bin/setserial -b"
${SETSERIAL} /dev/cua16 uart 16550 port 0x100 irq 12
${SETSERIAL} /dev/cua17 uart 16550 port 0x108 irq 12
${SETSERIAL} /dev/cua18 uart 16550 port 0x110 irq 12
${SETSERIAL} /dev/cua19 uart 16550 port 0x118 irq 12
${SETSERIAL} /dev/cua20 uart 16550 port 0x120 irq 12
${SETSERIAL} /dev/cua21 uart 16550 port 0x128 irq 12
${SETSERIAL} /dev/cua22 uart 16550 port 0x130 irq 12
${SETSERIAL} /dev/cua23 uart 16550 port 0x138 irq 12