APPENDIX
H
LINUX CONFIGURATION
The PCCOM 8 port
adapter can be installed in the Linux by using serial device driver
supported by Linux. For more details, please refer to 'setserial'
man-pages.
Please uncomment the
appropriate lines in /etc/rc.d/rc.serial to enable auto-configuration
of PCCOM PCI bus 8 port card.
For example, uncomment the following lines for PCCOM PCI bus 8 port
card.
${SETSERIAL}
/dev/cua4 ${AUTO_IRQ}autoconfig${STD_FLAGS}
${SETSERIAL} /dev/cua5 ${AUTO_IRQ}autoconfig${STD_FLAGS}
${SETSERIAL} /dev/cua6 ${AUTO_IRQ}autoconfig${STD_FLAGS}
${SETSERIAL} /dev/cua7 ${AUTO_IRQ}autoconfig${STD_FLAGS}
${SETSERIAL} /dev/cua8 ${AUTO_IRQ}autoconfig${STD_FLAGS}
${SETSERIAL} /dev/cua9 ${AUTO_IRQ}autoconfig${STD_FLAGS}
${SETSERIAL} /dev/cua10 ${AUTO_IRQ}autoconfig${STD_FLAGS}
${SETSERIAL} /dev/cua11 ${AUTO_IRQ}autoconfig${STD_FLAGS}
|
|