APPENDIX J LINUX CONFIGURATION The PCCOM 4 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 = 2A0H
Interrupt = IRQ5 Chip type = 16550A Please add the following lines to /etc/rc.d/rc.serial or rc.local file. SETSERIAL="/bin/setserial
-b"
${SETSERIAL} /dev/cua8 uart 16550A port 0x2A0 irq 5 ~fourport ${SETSERIAL} /dev/cua9 uart 16550A port 0x2A8 irq 5 ~fourport ${SETSERIAL} /dev/cua10 uart 16550A port 0x2B0 irq 5 ~fourport ${SETSERIAL} /dev/cua11 uart 16550A port 0x2B8 irq 5 ~fourport |