summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.h
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-04-24 23:36:35 +0000
committeranholt <anholt@FreeBSD.org>2003-04-24 23:36:35 +0000
commit066321f1e0898697c0a1b16ad811324e562c276e (patch)
tree26a9afb7dc02df11219c4c47974731c3a79ae42a /sys/compat/linux/linux_ioctl.h
parent968ad4dbc697e71b999ed9a77bea991f282fa8ec (diff)
downloadFreeBSD-src-066321f1e0898697c0a1b16ad811324e562c276e.zip
FreeBSD-src-066321f1e0898697c0a1b16ad811324e562c276e.tar.gz
Add an ioctl handler for the DRM. This removes the need for the DRM_LINUX
option, which has been a source of frustration for many users.
Diffstat (limited to 'sys/compat/linux/linux_ioctl.h')
-rw-r--r--sys/compat/linux/linux_ioctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_ioctl.h b/sys/compat/linux/linux_ioctl.h
index ccee935..3189a49 100644
--- a/sys/compat/linux/linux_ioctl.h
+++ b/sys/compat/linux/linux_ioctl.h
@@ -667,6 +667,9 @@
#define LINUX_ASYNC_CALLOUT_NOHUP 0x0400
#define LINUX_ASYNC_FLAGS 0x0FFF
+#define LINUX_IOCTL_DRM_MIN 0x6400
+#define LINUX_IOCTL_DRM_MAX 0x64ff
+
/*
* This doesn't really belong here, but I can't think of a better
* place to put it.
OpenPOWER on IntegriCloud