From 532828b1d3fdf5e9eed8d5ec72ada154b31f92cc Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 12 Feb 2008 17:28:31 +1100 Subject: nouveau: ddx versioning changed --- src/mesa/drivers/dri/nouveau/nouveau_screen.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c index 533b4b1e6e..4838ffcb0b 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c @@ -34,6 +34,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "nouveau_screen.h" #include "nouveau_object.h" #include "nouveau_span.h" +#include "nouveau_msg.h" #include "utils.h" #include "context.h" @@ -293,11 +294,15 @@ nouveauFillInModes( unsigned pixel_bits, unsigned depth_bits, */ __GLcontextModes *__driDriverInitScreen(__DRIscreenPrivate *psp) { - static const __DRIversion ddx_expected = { 1, 2, 0 }; + static const __DRIversion ddx_expected = { 0, 0, NOUVEAU_DRM_HEADER_PATCHLEVEL }; static const __DRIversion dri_expected = { 4, 0, 0 }; static const __DRIversion drm_expected = { 0, 0, NOUVEAU_DRM_HEADER_PATCHLEVEL }; NOUVEAUDRIPtr dri_priv = (NOUVEAUDRIPtr)psp->pDevPriv; + WARN_ONCE("\nThis driver is not currently maintained\n\n" + "Current work on 3D is in the gallium-0.1 branch of:\n" + " git://anongit.freedesktop.org/git/nouveau/mesa\n"); + #if NOUVEAU_DRM_HEADER_PATCHLEVEL != 10 #error nouveau_drm.h version doesn't match expected version #endif -- cgit v1.2.3