diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-24 21:06:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-10-24 21:06:57 +0000 |
commit | beb6a98410abd5212ce14d6cb5204b37012c11bb (patch) | |
tree | 8c665cc0d9fdb6a9d48fbdccbf02130eba6dff81 /sys/arch/powerpc64 | |
parent | 3b0b8f26f2727e1fa79eb94e1f5f0553372a2e40 (diff) |
/dev/drm*
Diffstat (limited to 'sys/arch/powerpc64')
-rw-r--r-- | sys/arch/powerpc64/powerpc64/conf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/powerpc64/conf.c b/sys/arch/powerpc64/powerpc64/conf.c index 0165105b500..060e7501cd1 100644 --- a/sys/arch/powerpc64/powerpc64/conf.c +++ b/sys/arch/powerpc64/powerpc64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.9 2020/07/16 19:37:58 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.10 2020/10/24 21:06:56 kettenis Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -61,6 +61,7 @@ int nblkdev = nitems(bdevsw); #include "ch.h" #include "com.h" cdev_decl(com); +#include "drm.h" #include "dt.h" #include "fido.h" #include "fuse.h" @@ -191,7 +192,7 @@ struct cdevsw cdevsw[] = cdev_notdef(), /* 84 */ cdev_notdef(), /* 85 */ cdev_notdef(), /* 86 */ - cdev_notdef(), /* 87 */ + cdev_drm_init(NDRM,drm), /* 87: drm */ cdev_ipmi_init(NIPMI,ipmi), /* 88: ipmi */ cdev_notdef(), /* 89 */ cdev_notdef(), /* 90 */ |