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_platform.c; we have a d...
details: https://anonhg.NetBSD.org/src/rev/e804622f6115
branches: riastradh-drm2
changeset: 788173:e804622f6115
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:33:45 2013 +0000
description:
Unhook drm_platform.c; we have a different idea of platform devices.
diffstat:
sys/modules/drm2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 586a13cebcd8 -r e804622f6115 sys/modules/drm2/Makefile
--- a/sys/modules/drm2/Makefile Wed Jul 24 02:33:31 2013 +0000
+++ b/sys/modules/drm2/Makefile Wed Jul 24 02:33:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.16 2013/07/24 02:33:31 riastradh Exp $
+# $NetBSD: Makefile,v 1.1.2.17 2013/07/24 02:33:45 riastradh Exp $
.include "../Makefile.inc"
@@ -36,7 +36,7 @@
SRCS+= drm_mm.c
#SRCS+= drm_modes.c # XXX Rewrite if necessary.
SRCS+= drm_pci.c
-SRCS+= drm_platform.c
+#SRCS+= drm_platform.c # XXX Rewrite per platform.
SRCS+= drm_prime.c
SRCS+= drm_proc.c
SRCS+= drm_scatter.c
Home |
Main Index |
Thread Index |
Old Index