diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-08-15 18:07:12 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-08-15 18:07:12 +0000 |
commit | 8c21b783c3e38aa2c2d16e11ec01cf695f8e7f8a (patch) | |
tree | c40ed75e583b24b7a9947221766c82d5a4cd061d /linux-core/drm_os_linux.h | |
parent | 4f5961eeeee806a2d6e08e159c56262d4f060cba (diff) |
Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by
me to match other drivers and avoid ifdeffing. The linux via_drv.c will
be moved from shared-core to linux-core soon by repocopy.
Submitted by: Jake Burkholder <jake@FreeBSD.org> Tested by: unichrome
Diffstat (limited to 'linux-core/drm_os_linux.h')
-rw-r--r-- | linux-core/drm_os_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_os_linux.h b/linux-core/drm_os_linux.h index 1ed1cca4..d3fb67e6 100644 --- a/linux-core/drm_os_linux.h +++ b/linux-core/drm_os_linux.h @@ -13,6 +13,7 @@ #define DRM_ERR(d) -(d) /** Current process ID */ #define DRM_CURRENTPID current->pid +#define DRM_SUSER(p) capable(CAP_SYS_ADMIN) #define DRM_UDELAY(d) udelay(d) #if LINUX_VERSION_CODE <= 0x020608 /* KERNEL_VERSION(2,6,8) */ /** Read a byte from a MMIO region */ |