Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/modules/drm2 Unhook drm_fb_helper.c from the bu...



details:   https://anonhg.NetBSD.org/src/rev/5c029366d992
branches:  riastradh-drm2
changeset: 788113:5c029366d992
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:17:56 2013 +0000

description:
Unhook drm_fb_helper.c from the build for now.

Needs to be rewritten as a wsdisplay attachment or something.

diffstat:

 sys/modules/drm2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 142fb9d55364 -r 5c029366d992 sys/modules/drm2/Makefile
--- a/sys/modules/drm2/Makefile Wed Jul 24 02:17:43 2013 +0000
+++ b/sys/modules/drm2/Makefile Wed Jul 24 02:17:56 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.8 2013/07/24 02:17:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.1.2.9 2013/07/24 02:17:56 riastradh Exp $
 
 .include "../Makefile.inc"
 
@@ -21,7 +21,7 @@
 SRCS+= drm_drv.c
 #SRCS+=        drm_edid.c              # XXX Rewrite for NetBSD edid.
 SRCS+= drm_encoder_slave.c
-SRCS+= drm_fb_helper.c
+#SRCS+=        drm_fb_helper.c         # XXX Rewrite for wsconsole.
 SRCS+= drm_fops.c
 SRCS+= drm_gem.c
 SRCS+= drm_global.c



Home | Main Index | Thread Index | Old Index