summaryrefslogtreecommitdiff
path: root/etc/etc.macppc/MAKEDEV.md
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-02-12 10:26:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-02-12 10:26:35 +0000
commit82af99a8c15244070f101226023a29fb32e79109 (patch)
tree2f377fa261262ec5d5a55555b32587bb2b2cca9a /etc/etc.macppc/MAKEDEV.md
parent3777cb7b0368ec75cbcfaddb668e1323c8b80250 (diff)
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@
Diffstat (limited to 'etc/etc.macppc/MAKEDEV.md')
-rw-r--r--etc/etc.macppc/MAKEDEV.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.macppc/MAKEDEV.md b/etc/etc.macppc/MAKEDEV.md
index 7948c70f063..3b1ac114e9a 100644
--- a/etc/etc.macppc/MAKEDEV.md
+++ b/etc/etc.macppc/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,macppc)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.76 2021/01/23 05:08:33 thfr Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.77 2021/02/12 10:26:34 jsg Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -81,6 +81,7 @@ _DEV(bktr, 75)
_DEV(bpf, 22)
_DEV(dt, 30)
_DEV(diskmap, 84)
+_DEV(dri, 87)
_DEV(drm, 87)
_DEV(fdesc, 21)
_DEV(fuse, 88)
@@ -130,6 +131,7 @@ target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
target(all, vnd, 0, 1, 2, 3)dnl
target(all, gpio, 0, 1, 2)dnl
target(all, bio)dnl
+target(all, dri)dnl
target(all, drm, 0, 1, 2, 3)dnl
target(all, switch, 0, 1, 2, 3)dnl
target(ramd, ttya, 0, 1)dnl