From 9fb77e869f530f3c9679dd63db07514e2f45efc7 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Tue, 21 Jun 2005 02:20:02 +0000 Subject: Change initialization of savage register access to _DRM_READ_ONLY. Flags of zero does not mean no privs, instead it grants write access _DRM_READ_ONLY only applies to non-root users. Problem is only in CVS, initmaps are not in the kernel yet. --- shared-core/savage_bci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core') diff --git a/shared-core/savage_bci.c b/shared-core/savage_bci.c index a288fee0..150f74b4 100644 --- a/shared-core/savage_bci.c +++ b/shared-core/savage_bci.c @@ -624,7 +624,7 @@ int savage_preinit(drm_device_t *dev, unsigned long chipset) } if ((ret = drm_initmap(dev, mmio_base, SAVAGE_MMIO_SIZE, 0, - _DRM_REGISTERS, 0))) + _DRM_REGISTERS, _DRM_READ_ONLY))) return ret; if (!(dev_priv->mmio = drm_core_findmap (dev, mmio_base))) return DRM_ERR(ENOMEM); -- cgit v1.2.3