create /dev/ drm nodes with the same names as linux
authorjsg <jsg@openbsd.org>
Fri, 12 Feb 2021 10:26:33 +0000 (10:26 +0000)
committerjsg <jsg@openbsd.org>
Fri, 12 Feb 2021 10:26:33 +0000 (10:26 +0000)
commit3856efe6417f8cb6fa2acd9d4d56f9b47435b9a3
treed5b0c93bf97f180485177a640e0990cadd99a718
parent04cd938697c421dbbcdc118b20c21598659d202f
create /dev/ drm nodes with the same names as linux

This was proposed by Emil Velikov to simplify libdrm and will remove the
need for some patches in ports.

/dev/drm0 -> /dev/dri/card0
/dev/drmR128 -> /dev/dri/renderD128

The previous names will remain for a period of time and will later be
removed.  Major and minor numbers remain the same.

libdrm will not be changed to use the new names until known privsep
and sandbox use has been updated to allow the new names.

ok deraadt@
14 files changed:
etc/MAKEDEV.common
etc/etc.amd64/MAKEDEV.md
etc/etc.amd64/fbtab
etc/etc.arm64/MAKEDEV.md
etc/etc.arm64/fbtab
etc/etc.i386/MAKEDEV.md
etc/etc.i386/fbtab
etc/etc.loongson/MAKEDEV.md
etc/etc.loongson/fbtab
etc/etc.macppc/MAKEDEV.md
etc/etc.macppc/fbtab
etc/etc.powerpc64/MAKEDEV.md
etc/etc.sparc64/MAKEDEV.md
etc/etc.sparc64/fbtab