home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / docs / kernel-2.0 / char-dev / readme.cyc < prev    next >
Encoding:
Text File  |  1996-07-11  |  816 b   |  24 lines

  1.  
  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
  10. @@ -206,8 +206,8 @@
  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
  13.          do
  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
  18.          done
  19.          ;;
  20.      par[0-2])
  21. --------------------------- CUT HERE ----------------------------
  22.  
  23.  
  24.