Contributed by Alex Nash. 6 June 1996.
The Cyclades multiport cards are based on the
cy
driver instead of the usual
sio
driver used by other multiport
cards. Configuration is a simple matter of:
Add the cy
device to your
kernel configuration (note that your irq and iomem
settings may differ).
Rebuild and install the new kernel.
Make the device nodes by typing (the following example assumes an 8-port board)[1]:
#
cd /dev
#
for i in 0 1 2 3 4 5 6 7;do ./MAKEDEV cuac$i ttyc$i;done
If appropriate, add dialup entries to
/etc/ttys
by duplicating serial
device (ttyd
) entries and using
ttyc
in place of
ttyd
. For example:
Reboot with the new kernel.
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.