Re: UUIDs (and devfs and major/minor numbers)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 18 Jun 1999 11:24:03 +0100 (BST)


> It basically means you have started in the wrong end of the problem.
> There is a need for Linux do develop a decent device driver management;
> unfortunately devfs is a hack to patch it rather than tacking the
> admittedly hard problem.

I don't think you can call it a hack. There are two ways of handling
dynamic devices

1. The kernel gives userspace info and userspace builds a /dev.

2. The kernel builds a /dev

#2 is devfs
#1 is devfs with a script walking it.

You can actually rip out chunks of devfs for #2 but the hooks you need to build
the information database happen to be exactly the ones you need for a full
devfs

Alan

-
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/