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

Diff for /src/etc/MAKEDEV.mi between version 1.3 and 1.4

version 1.3, 2002/01/04 16:58:41 version 1.4, 2002/01/07 06:13:30
Line 69 
Line 69 
 dnl Final step is to add an entry to the 'all' entry below. For a short  dnl Final step is to add an entry to the 'all' entry below. For a short
 dnl example:  dnl example:
 dnl  dnl
 dnl   _mkdev(all,{-all-},{-dnl  dnl   _mkdev({-all-},{-all-},{-dnl
 dnl   _dl({-std-},{-std-},{-sca-},{-sca0 sca1 sca2 sca3-})-})dnl  dnl   _dl({-std-},{-std-},{-sca-},{-sca0 sca1 sca2 sca3-})-})dnl
 dnl  dnl
 dnl would expand to:  dnl would expand to:
Line 92 
Line 92 
 _mkdev(loc,local,{-test -s $T.local && sh $T.local-})dnl  _mkdev(loc,local,{-test -s $T.local && sh $T.local-})dnl
 dnl  dnl
 __devtitle(make,Device "make" file.  Valid arguments)dnl  __devtitle(make,Device "make" file.  Valid arguments)dnl
 __devitem(all,{-all-},{-makes all known devices{-,-} including local devices.  __devitem({-all-},{-all-},
   {-makes all known devices{-,-} including local devices.
 {-#-}           Tries to make the ``standard'' number of each type.-})dnl  {-#-}           Tries to make the ``standard'' number of each type.-})dnl
 dnl  dnl
 dnl 'all' is special.  The 'D'evice 'L'ist (or _dl) macro checks to see if  dnl 'all' is special.  The 'D'evice 'L'ist (or _dl) macro checks to see if
Line 114 
Line 115 
 {-ccd-},{-ccd0 ccd1 ccd2 ccd3-},  {-ccd-},{-ccd0 ccd1 ccd2 ccd3-},
 {-wd-},{-wd0 wd1 wd2 wd3-},  {-wd-},{-wd0 wd1 wd2 wd3-},
 {-raid-},{-raid0 raid1 raid2 raid3-},  {-raid-},{-raid0 raid1 raid2 raid3-},
   {-ofdisk-},{-ofdisk0 ofdisk1 ofdisk2 ofdisk3 ofdisk4-},
   {-xy-},{-xy0 xy1 xy2 xy3 xy4-},
   {-xd-},{-xd0 xd1 xd2 xd3 xd4-},
   {-hd-},{-hd0 hd1 hd2 hd3 hd4-},
   {-rz-},{-rz0 rz1 rz2 rz3 rz4-},
   {-rd-},{-rd0-},
   {-flo-},{-fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H-},
   {-flo-},{-fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H-},
 {-bpf-},{-bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9-},  {-bpf-},{-bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9-},
 {-tun-},{-tun0 tun1 tun2 tun3-},  {-tun-},{-tun0 tun1 tun2 tun3-},
 {-altq-},{-altq-},  {-altq-},{-altq-},
 {-pf-},{-pf-},  {-pf-},{-pf-},
 {-cry-},{-crypto-},  {-cry-},{-crypto-},
 {-tty-},{-ttyh0 ttyh1-},  {-apm-},{-apm-},
 {-flo-},{-fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H-},  {-tth-},{-ttyh0 ttyh1-},
 {-flo-},{-fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H-},  
 {-ttyB-},{-ttyB0 ttyB1-},  {-ttyB-},{-ttyB0 ttyB1-},
 {-tty0-},{-tty00 tty01 tty02 tty03-},  {-tty0-},{-tty00 tty01 tty02 tty03-},
 {-tzs-},{-ttya ttyb ttyc ttyd-},  {-tzs-},{-ttya ttyb ttyc ttyd-},
Line 579 
Line 587 
 #  #
 show_vers()dnl <-- now that all files are included, show versions  show_vers()dnl <-- now that all files are included, show versions
 #  #
 #       $OpenBSD$  #       $Open{--}BSD$
 dnl  dnl
 divert(2)dnl  divert(2)dnl
 PATH=/sbin:/usr/sbin:/bin:/usr/bin  PATH=/sbin:/usr/sbin:/bin:/usr/bin

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4