diff options
author | Eric Anholt <anholt@freebsd.org> | 2002-07-09 02:40:38 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2002-07-09 02:40:38 +0000 |
commit | 2ec9c15d8ce45d95ef395a4fff114109c908a572 (patch) | |
tree | e30c6bb8d037b14096a6ff893c10a132694c8c51 /bsd/drm_linux.h | |
parent | 9ceabc585a20a3f992f2b3852d476df81855967a (diff) |
Increase the linux-compatibility max ioctl.
Diffstat (limited to 'bsd/drm_linux.h')
-rw-r--r-- | bsd/drm_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/drm_linux.h b/bsd/drm_linux.h index 05b44090..4c928192 100644 --- a/bsd/drm_linux.h +++ b/bsd/drm_linux.h @@ -156,4 +156,4 @@ /* card specific ioctls may increase the DRM_MAX */ #define LINUX_IOCTL_DRM_MIN LINUX_DRM_IOCTL_VERSION -#define LINUX_IOCTL_DRM_MAX LINUX_DRM_IOCTL_R128_FULLSCREEN +#define LINUX_IOCTL_DRM_MAX 0x64ff |