2 NOTE: Earlier versions of the driver mapped ttyC0 to minor
3 number 32, but this is changed in this distribution. Port ttyC0
4 now maps to minor number 0.) The following patch should be
5 applied to /dev/MAKEDEV and the script should then be re-run
6 to create new entries for the ports.
7 --------------------------- CUT HERE ----------------------------
8 --- /dev/MAKEDEV Sun Aug 20 10:51:55 1995
9 +++ MAKEDEV.new Fri Apr 19 06:48:12 1996
11 major2=`Major cub` || continue
12 for i in 0 1 2 3 4 5 6 7 # 8 9 10 11 12 13 14 15
14 - makedev ttyC$i c $major1 `expr 32 + $i` $tty
15 - makedev cub$i c $major2 `expr 32 + $i` $dialout
16 + makedev ttyC$i c $major1 $i $tty
17 + makedev cub$i c $major2 $i $dialout
21 --------------------------- CUT HERE ----------------------------