[EMAIL PROTECTED] wrote: > Does anybody know where I could find some sort of a lookup table > of kernel drivers -> major,minor numbers? I often wonder about a > given driver, and now I need to know about the DoC and NAND > drivers in 2.4.2... Assuming source code is in /usr/src, look at: /usr/src/linux/Documentation/devices.txt According to what I've heard, Disk on Chip is major 100 - though Linux 2.2.19 does not document this fact. NAND is block major 93 (again, according to 2.2.19 docs). _______________________________________________ Leaf-hardware mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/leaf-hardware
