summaryrefslogtreecommitdiff
path: root/bsd-core/r128_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-core/r128_drv.c')
-rw-r--r--bsd-core/r128_drv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd-core/r128_drv.c b/bsd-core/r128_drv.c
index 02fbd173..f8139ea2 100644
--- a/bsd-core/r128_drv.c
+++ b/bsd-core/r128_drv.c
@@ -60,6 +60,9 @@ static void r128_configure(drm_device_t *dev)
/* XXX: Postinit inlined into drm_drv
dev->postinit = postinit; */
+ dev->driver_ioctls = r128_ioctls;
+ dev->max_driver_ioctl = r128_max_ioctl;
+
dev->driver_name = DRIVER_NAME;
dev->driver_desc = DRIVER_DESC;
dev->driver_date = DRIVER_DATE;