INFTL and MAKEDEV

Ellec, Chris cellec at celerity.net
Tue Oct 28 11:07:32 EST 2003


Hello,
 
In the following from util/MAKEDEV:
 
 
function mkinftl () {
        mknod /dev/inftl$1 b 94 $2
        for a in `seq 1 15`; do
                mknod /dev/inftl$1$a b 93 `expr $2 + $a`
        done
}

shouldn't the major number be 93 for both mknod or 94 for both mknod,
instead of one of each ?

Chris.



More information about the linux-mtd mailing list