On Wed, Sep 8, 2010 at 16:57, Olof Johansson <olof@lixom.net> wrote:
I think the extended number are only used for stuff larger than the static 8?
Apart from that, you can not reliably or securely use a static /dev
these days, you never know which device you talk to, because the
kernel has far too many dynamically assigned numbers. For that reason,
most embedded setups use the busybox hack to populate /dev. Recent
kernels have a devfs again, and there is no reason today to continue
any static /dev experiments -- unless someone is going over the entire
tree and fixes all the dynamic assignments, which is unlikely to
happen ever.
Kay
--