aboutsummaryrefslogtreecommitdiff
path: root/bsd-core/radeon_drv.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-11-06 21:44:54 +0000
committerEric Anholt <anholt@freebsd.org>2004-11-06 21:44:54 +0000
commit7ddbd38dde5dc5566ba14f2b1c449611a6d0224f (patch)
tree4c932b59f70ba777476a5ead7251da8dca38abf4 /bsd-core/radeon_drv.c
parent7bdccfd0bb192200ba022c368f85f73e5a989e7a (diff)
Remove some core stuff that ended up being unnecessary.
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;