README.cyclomY
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

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