Module Name: src
Committed By: riastradh
Date: Wed Jul 24 02:05:49 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h
Log Message:
Declare compatibility frobs drm_ioremap and drm_iounmap in drmP.h.
To be implemented later.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.16 -r1.1.1.1.2.17 \
src/sys/external/bsd/drm2/dist/include/drm/drmP.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/include/drm/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.16 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.17
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.16 Wed Jul 24 02:05:33 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:05:49 2013
@@ -1378,6 +1378,10 @@ extern DRM_AGP_MEM *drm_agp_bind_pages(s
uint32_t gtt_offset,
uint32_t type);
extern int drm_unbind_agp(DRM_AGP_MEM * handle);
+#ifdef __NetBSD__
+extern void *drm_ioremap(struct drm_device *dev, struct drm_local_map *map);
+extern void drm_iounmap(struct drm_device *dev, struct drm_local_map *map);
+#endif
/* Misc. IOCTL support (drm_ioctl.h) */
extern int drm_irq_by_busid(struct drm_device *dev, void *data,