NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/50828 (current amd64 kernel crashes at boot)
The following reply was made to PR kern/50828; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/50828 (current amd64 kernel crashes at boot)
Date: Fri, 19 Feb 2016 21:31:46 +0100
This patch avoids the crash
Martin
Index: files.nouveau
===================================================================
RCS file: /cvsroot/src/sys/external/bsd/drm2/nouveau/files.nouveau,v
retrieving revision 1.14
diff -u -r1.14 files.nouveau
--- files.nouveau 11 Feb 2016 04:43:32 -0000 1.14
+++ files.nouveau 19 Feb 2016 20:29:41 -0000
@@ -19,8 +19,8 @@
makeoptions nouveau CPPFLAGS+="-I$S/external/bsd/drm2/dist/drm/nouveau/core/include"
makeoptions nouveau CPPFLAGS+="-I$S/external/bsd/drm2/nouveau"
-makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG=5"
-makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG_DEFAULT=3"
+makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG=0"
+makeoptions nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG_DEFAULT=0"
# 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!
Home |
Main Index |
Thread Index |
Old Index