Module Name: src
Committed By: riastradh
Date: Thu Feb 11 04:43:32 UTC 2016
Modified Files:
src/sys/external/bsd/drm2/nouveau: files.nouveau
Log Message:
Set nouveau to a more reasonable debug level.
Match the compile-time and default run-time settings in Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/external/bsd/drm2/nouveau/files.nouveau
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/nouveau/files.nouveau
diff -u src/sys/external/bsd/drm2/nouveau/files.nouveau:1.13 src/sys/external/bsd/drm2/nouveau/files.nouveau:1.14
--- src/sys/external/bsd/drm2/nouveau/files.nouveau:1.13 Fri Jan 29 22:49:06 2016
+++ src/sys/external/bsd/drm2/nouveau/files.nouveau Thu Feb 11 04:43:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: files.nouveau,v 1.13 2016/01/29 22:49:06 joerg Exp $
+# $NetBSD: files.nouveau,v 1.14 2016/02/11 04:43:32 riastradh Exp $
define nouveaufbbus { }
device nouveau: drmkms, drmkms_ttm, nouveaufbbus
@@ -19,9 +19,8 @@ makeoptions nouveau CPPFLAGS+="-I$S/exte
makeoptions nouveau CPPFLAGS+="-I$S/external/bsd/drm2/dist/drm/nouveau/core/include"
makeoptions nouveau CPPFLAGS+="-I$S/external/bsd/drm2/nouveau"
-# XXX DEBUG ALL THE BUGS!
-makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG=1000"
-makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG_DEFAULT=6"
+makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG=5"
+makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG_DEFAULT=3"
# XXX If you find a way to apply the warning flags to all Nouveau
# sources, please apply it here and remove this stupidly gigantic list!