From 99340b879778db7890c1988e02e95ef2167c03e6 Mon Sep 17 00:00:00 2001 From: Thomas Hellström Date: Wed, 29 Oct 2008 10:54:59 +0000 Subject: Back DRM major again --- src/via_dri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/via_dri.c b/src/via_dri.c index 365b7f6..67e2ce2 100644 --- a/src/via_dri.c +++ b/src/via_dri.c @@ -66,8 +66,8 @@ typedef struct static char VIAKernelDriverName[] = "via"; static char VIAClientDriverName[] = "unichrome"; -static const ViaDRMVersion drmExpected = { 6, 0, 0 }; -static const ViaDRMVersion drmCompat = { 6, 0, 0 }; +static const ViaDRMVersion drmExpected = { 3, 0, 0 }; +static const ViaDRMVersion drmCompat = { 3, 0, 0 }; static Bool VIAInitVisualConfigs(ScreenPtr pScreen); static Bool VIADRIMapInit(ScreenPtr pScreen, VIAPtr pVia); -- cgit v1.2.3