[BACK]Return to MAKEDEV.tmpl CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/MAKEDEV.tmpl between version 1.159 and 1.160

version 1.159, 2012/09/19 21:24:28 version 1.160, 2013/01/10 13:38:37
Line 123 
Line 123 
 #       ttyB0   UART on first 68901 (formerly mdm01) (atari)  #       ttyB0   UART on first 68901 (formerly mdm01) (atari)
 #       ixpcom  IXP12x0 COM ports  #       ixpcom  IXP12x0 COM ports
 #       epcom   EP93xx COM ports  #       epcom   EP93xx COM ports
   #       plcom   ARM PL01[01] serial ports
 #       ttyM?   HP200/300 4 port serial mux interface (hp300)  #       ttyM?   HP200/300 4 port serial mux interface (hp300)
 #       ttya    "ttya" system console (luna68k)  #       ttya    "ttya" system console (luna68k)
 #       ttyb    second system serial port (luna68k)  #       ttyb    second system serial port (luna68k)
Line 1899  epcom[0-9]*)
Line 1900  epcom[0-9]*)
         mkdev epcom$unit c %epcom_chr% $unit "" "" $u_uucp          mkdev epcom$unit c %epcom_chr% $unit "" "" $u_uucp
         ;;          ;;
   
   plcom[0-9]*)
           unit=${i#plcom}
           mkdev plcom$unit c %plcom_chr% $unit "" "" $u_uucp
           ;;
   
 ucbsnd)  ucbsnd)
         mkdev ucbsnd c %ucbsnd_chr% 0 666          mkdev ucbsnd c %ucbsnd_chr% 0 666
         ;;          ;;

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160

CVSweb <webmaster@jp.NetBSD.org>