[BACK]Return to MAKEDEV.common CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/MAKEDEV.common between version 1.22 and 1.23

version 1.22, 2005/12/06 20:18:56 version 1.23, 2005/12/27 19:02:42
Line 310 
Line 310 
 __mkdev({-disks-}){--}dnl  __mkdev({-disks-}){--}dnl
 dnl  dnl
 __devtitle(cons, Console ports)dnl  __devtitle(cons, Console ports)dnl
 __devitem(wscons, ttyC0, Minimal wscons devices)dnl  __devitem(wscons, wscons, Minimal wscons devices)dnl
 twrget(wscons, wscons, ttyC, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl  twrget(wscons, wscons, ttyC, cfg, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
 target(wscons, wsmux)dnl  target(wscons, wsmux)dnl
 target(wscons, wskbd, 0, 1, 2, 3)dnl  target(wscons, wskbd, 0, 1, 2, 3)dnl
Line 466 
Line 466 
 __devitem(radio, radio*, FM tuner devices)dnl  __devitem(radio, radio*, FM tuner devices)dnl
 _mkdev(radio, radio*, {-M radio$U     c major_radio_c $U  _mkdev(radio, radio*, {-M radio$U     c major_radio_c $U
         MKlist[${#MKlist[*]}]=";[ -e radio ] || ln -s radio$U radio"-})dnl          MKlist[${#MKlist[*]}]=";[ -e radio ] || ln -s radio$U radio"-})dnl
 __devitem(fdesc, fd, fd/* nodes for the file descriptor pseudo-device)dnl  __devitem(fdesc, fd, fd/* nodes, fd)dnl
 _mkdev(fdesc, fd, {-RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0  _mkdev(fdesc, fd, {-RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0
         while [ $n -lt 64 ];do M fd/$n c major_fdesc_c $n;n=Add($n, 1);done          while [ $n -lt 64 ];do M fd/$n c major_fdesc_c $n;n=Add($n, 1);done
         MKlist[${#MKlist[*]}]=";chmod 555 fd"-})dnl          MKlist[${#MKlist[*]}]=";chmod 555 fd"-})dnl

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23