Module Name:    xsrc
Committed By:   macallan
Date:           Tue Oct  6 06:51:21 UTC 2009

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

Log Message:
remove debug spam


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    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.5 xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c:1.6
--- xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c:1.5	Tue Oct  6 06:26:47 2009
+++ xsrc/external/mit/xf86-video-crime/dist/src/crime_driver.c	Tue Oct  6 06:51:21 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: crime_driver.c,v 1.5 2009/10/06 06:26:47 macallan Exp $ */
+/* $NetBSD: crime_driver.c,v 1.6 2009/10/06 06:51:21 macallan Exp $ */
 /*
  * Copyright (c) 2008 Michael Lorenz
  * All rights reserved.
@@ -311,11 +311,9 @@
 
 	if ((fd = crime_open(CRIME_DEFAULT_DEV)) == 0)
 		return FALSE;
-	xf86Msg(X_DEBUG, "%s: fd found\n", __func__);
 
 	if (ioctl(fd, WSDISPLAYIO_GTYPE, &wstype) == -1)
 		return FALSE;
-	xf86Msg(X_DEBUG, "%s: type: %d\n", __func__, wstype);
 	if (wstype != WSDISPLAY_TYPE_CRIME)
 		return FALSE;
 
@@ -324,7 +322,6 @@
 	if ( xf86DoConfigure && xf86DoConfigurePass1 ) {
 		GDevPtr pGDev;
 
-		xf86Msg(X_DEBUG, "writing device section\n");
 		pGDev = xf86AddBusDeviceToConfigure(CRIME_DRIVER_NAME, BUS_NONE,
 			NULL, 0);
 		if (pGDev) {
@@ -332,7 +329,6 @@
 			 * XF86Match???Instances() treat chipID and chipRev as
 			 * overrides, so clobber them here.
 			 */
-			xf86Msg(X_DEBUG, "clobbering chipID etc. \n");
 			pGDev->chipID = pGDev->chipRev = -1;
 	    	}
 	}

Reply via email to