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

Diff for /src/etc/MAKEDEV.mi between version 1.74 and 1.75

version 1.74, 2005/10/04 07:39:37 version 1.75, 2005/10/04 18:11:10
Line 138 
Line 138 
 {  {
         [ "$DEBUG" ] && set -x          [ "$DEBUG" ] && set -x
         n=Add(Mult(${5}, ${7:-16}), ${6}) count=0          n=Add(Mult(${5}, ${7:-16}), ${6}) count=0
         RMlist="$RMlist {-$-}1{-$-}2? r{-$-}1{-$-}2?"  
         [ 0$7 -ne 8 ] && l="i j k l m n o p"          [ 0$7 -ne 8 ] && l="i j k l m n o p"
         for d in a b c d e f g h $l          for d in a b c d e f g h $l
         do          do
                 M {-$-}1{-$-}2$d        b {-$-}3 Add($n, $count) 640                  M {-$-}1{-$-}2$d        b {-$-}3 Add($n, $count) 640 operaror
                 M r{-$-}1{-$-}2$d       c {-$-}4 Add($n, $count) 640                  M r{-$-}1{-$-}2$d       c {-$-}4 Add($n, $count) 640 operator
                 let count=count+1                  let count=count+1
         done          done
         MKlist="$MKlist;chown root:operator {-$-}1{-$-}2? r{-$-}1{-$-}2?"  
 }  }
 dnl  dnl
 dnl dodisk2(name, unit, blkmaj, chrmaj, unit, off[, stepping])  dnl dodisk2(name, unit, blkmaj, chrmaj, unit, off[, stepping])

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75