The status of dynamic devices in 2.6
Posted Dec 11, 2003 4:48 UTC (Thu) by
cameronrich (guest, #12643)
Parent article:
The status of dynamic devices in 2.6
Many embedded systems use it too. Using mknod is just not a practical option in some cases.
Consider the MTD flash driver which is tightly integrated with flash addresses and partitions (each partition is a "file" and 1 or more sectors make up a partition). To make flash sectors available to an application, the kernel must be tweaked - and devfs allows them to become available when the system is rebooted. This driver relies heavily on devfs.
As an embedded developer, we wouldn't consider 2.6 until this feature was fully operational or at least replaced with something similar...
(
Log in to post comments)