diff options
author | Michel Daenzer <michel@daenzer.net> | 2003-07-25 10:50:39 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2003-07-25 10:50:39 +0000 |
commit | bef7017749c9d3af733bdca4863a012f5d6506d3 (patch) | |
tree | 8152d62dfe6515a9f89c21934c5beb48b53180d2 /bsd/drm_os_netbsd.h | |
parent | 32ef0f59a8d62460da338568af347286aa450146 (diff) |
Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break
the i830 driver or the BSDs. :)
Diffstat (limited to 'bsd/drm_os_netbsd.h')
-rw-r--r-- | bsd/drm_os_netbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd/drm_os_netbsd.h b/bsd/drm_os_netbsd.h index 6dfea613..d58f668a 100644 --- a/bsd/drm_os_netbsd.h +++ b/bsd/drm_os_netbsd.h @@ -85,6 +85,9 @@ extern struct cfdriver DRM(cd); #define DRM_SUSER(p) suser(p->p_ucred, &p->p_acflag) #define DRM_TASKQUEUE_ARGS void *dev, int pending #define DRM_IRQ_ARGS void *arg +#define DRM_IRQ_RET int +#define DRM_NONE /* FIXME */ +#define DRM_HANDLED /* FIXME */ #define DRM_DEVICE drm_device_t *dev = device_lookup(&DRM(cd), minor(kdev)) /* XXX Not sure if this is the 'right' version.. */ #if __NetBSD_Version__ >= 106140000 |