In my opinion the best idea would be:
- some device (/dev/root (needs to be impmented ...)
/dev/console, etc ...) directly in /dev
- everything othe has it's on fs (idedevfs, scsidevfs, etc ...)
- a /proc ( or /sys ...) file that is a kernel-generated automounter map
e.g. /proc/auto.dev, that contains entry entrys for all fs'es.
so you haave uidedevfs on /dev/ide
- a daemon that makes compatibility symlinks (like devfsd)
- yet another fs, that's union-mounted on /dev and looks up
devices for existing nodes
Christoph
-- Always remember that you are unique. Just like everyone else.- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/