Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm/dist/bsd-core wsdisplay isn't module fr...



details:   https://anonhg.NetBSD.org/src/rev/312bf22a441f
branches:  trunk
changeset: 761961:312bf22a441f
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Feb 12 14:49:54 2011 +0000

description:
wsdisplay isn't module friendly so don't add genfb support to the kmod for now

diffstat:

 sys/external/bsd/drm/dist/bsd-core/drm_memory.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f4b22e73178b -r 312bf22a441f sys/external/bsd/drm/dist/bsd-core/drm_memory.c
--- a/sys/external/bsd/drm/dist/bsd-core/drm_memory.c   Sat Feb 12 14:45:31 2011 +0000
+++ b/sys/external/bsd/drm/dist/bsd-core/drm_memory.c   Sat Feb 12 14:49:54 2011 +0000
@@ -47,7 +47,7 @@
 #    include "genfb.h"
 #  else
 #   define NAGP_I810 1
-#   define NGENFB 1
+#   define NGENFB 0
 #  endif
 # endif
 # if NAGP_I810 > 0



Home | Main Index | Thread Index | Old Index