summaryrefslogtreecommitdiff
path: root/bsd-core/radeon_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-core/radeon_drv.c')
-rw-r--r--bsd-core/radeon_drv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bsd-core/radeon_drv.c b/bsd-core/radeon_drv.c
index ef517f4c..1c2722c2 100644
--- a/bsd-core/radeon_drv.c
+++ b/bsd-core/radeon_drv.c
@@ -53,11 +53,6 @@ static void radeon_configure(drm_device_t *dev)
dev->irq_uninstall = radeon_driver_irq_uninstall;
dev->irq_handler = radeon_driver_irq_handler;
dev->dma_ioctl = radeon_cp_buffers;
- /* XXX dev->reclaim_buffers = drm_core_reclaim_buffers;*/
- /* XXX dev->get_map_ofs = drm_core_get_map_ofs;
- dev->get_reg_ofs = drm_core_get_reg_ofs;*/
- /* XXX: Postinit inlined into drm_drv
- dev->postinit = postinit; */
dev->driver_ioctls = radeon_ioctls;
dev->max_driver_ioctl = radeon_max_ioctl;