On Fri, May 21, 2010 at 21:32, Alasdair G Kergon <agk@redhat.com> wrote:
Upstream udev has no primary device node naming anymore, it's all
controlled by the kernel. In fact, recent udev versions log errors if
userspace defines names which disagree with the kernel-provided names,
or the kernel-created nodes.
There is no "abstraction" anymore, the kernel defines the API today,
and device naming is 100% inside the kernel.
Udev's job is manage permissions, and to create meaningful symlinks
which may change during lifetime of a kernel device.
The primary kernel device name is always in sync with "dmesg",
"proc/sys" and "/dev" these days. Only the symlinks may change at any
time, reflecting the current state of the device.
Kay
--