diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-08-03 19:12:15 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-08-03 19:12:15 -0700 |
commit | aa69018c01d2fa963fb940718dbd653d6ca2c9eb (patch) | |
tree | 5e633477f077198fc4df4f0f7286e3bc10c47f4e /src/i830_video.c | |
parent | d15f87110807111ab7d71f1254ebe3dfef1fee80 (diff) |
Turn off video debugging now that it appears to work fine.
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index e3384dd8..fca82303 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1,4 +1,4 @@ -#define VIDEO_DEBUG 1 +#define VIDEO_DEBUG 0 /*************************************************************************** Copyright 2000 Intel Corporation. All Rights Reserved. |