http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
> Of Linus' /proc/driver vs /dev argument I understood b) but not a) or
> c). Namely,
>
> a) there is still userspace setup of using ioct on a proc file
What he means is that the administrator has to create a device node to
make it accessible. With a virtual device node in procfs or devfs this
isn't needed.
> c) whether kernel has update support or not is determined by whether
> the minor=184 is accessible (perhaps by loading a driver) or not.
> /proc does not make things much easier.
It's much friendlier to the sysadmin or script writer to list the
directory or test for the file than to do a speculative open. I don't
know of a standard programme (say part of shell utils) that does this.
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
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/