Subject: Cyclades 8 and 16 serial port ISA cards
To: None <netbsd-users@netbsd.org>
From: mel kravitz <melk@switchpwr.com>
List: netbsd-users
Date: 03/21/2000 20:16:29
This is a multi-part message in MIME format.
--------------81B9C69C34CECA1D0584BD90
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

These 8/16 Ye cards configure easily with a custom kernel and with  the
mgetty port yield
a  multiport dialin server ,since there is  no current hack for MAKEDEV
file for ttyC?devices i have created
the following which works well.
mel

--------------81B9C69C34CECA1D0584BD90
Content-Type: text/plain; charset=us-ascii;
 name="diff.cyclades"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="diff.cyclades"

145d144
<         sh $0 ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 ttyC6 ttyC7
239,248d237
< ttyC*)
<         unit=${i#????}
<         ttyC=ttyC$unit
<         dtyC=dtyC$unit
<         major=38
<         rm -f $ttyC $dtyC
<         mknod $ttyC c $major $(($unit + $dialin))
<         mknod $dtyC c $major $(($unit + $dialout))
<         chown uucp.wheel $ttyC $dtyC
<         ;;

--------------81B9C69C34CECA1D0584BD90--