Module Name:    xsrc
Committed By:   macallan
Date:           Tue Nov  5 11:28:10 UTC 2013

Modified Files:
        xsrc/external/mit/xf86-video-crime/dist/src: crime_driver.c

Log Message:
use WSDISPLAYIO_MODE_MAPPED
while there, change vendor string to TNF since X.org had nothing to do with
this driver


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
    xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c
diff -u xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c:1.10 xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c:1.11
--- xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c:1.10	Thu May 19 03:05:19 2011
+++ xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c	Tue Nov  5 11:28:09 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: crime_driver.c,v 1.10 2011/05/19 03:05:19 christos Exp $ */
+/* $NetBSD: crime_driver.c,v 1.11 2013/11/05 11:28:09 macallan Exp $ */
 /*
  * Copyright (c) 2008 Michael Lorenz
  * All rights reserved.
@@ -171,7 +171,7 @@ static const char *ramdacSymbols[] = {
 #ifdef XFree86LOADER
 static XF86ModuleVersionInfo CrimeVersRec = {
 	"crime",
-	MODULEVENDORSTRING,
+	"The NetBSD Foundation",
 	MODINFOSTRING1,
 	MODINFOSTRING2,
 	XORG_VERSION_CURRENT,
@@ -542,7 +542,7 @@ CrimeScreenInit(int scrnIndex, ScreenPtr
 	CrimePtr fPtr = CRIMEPTR(pScrn);
 	VisualPtr visual;
 	int ret, flags, width, height, i, j;
-	int wsmode = WSDISPLAYIO_MODE_DUMBFB;
+	int wsmode = WSDISPLAYIO_MODE_MAPPED;
 	size_t len;
 
 #ifdef CRIME_DEBUG

Reply via email to