Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 01:58:20 UTC 2013

Modified Files:
        src/sys/modules/drm2 [riastradh-drm2]: Makefile

Log Message:
Provisionally remove ati_pcigart.c from the drm2 module.

We'll need it later for ATI support, but for now it is in the way of
progress toward Intel support.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/modules/drm2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/drm2/Makefile
diff -u src/sys/modules/drm2/Makefile:1.1.2.3 src/sys/modules/drm2/Makefile:1.1.2.4
--- src/sys/modules/drm2/Makefile:1.1.2.3	Wed Jul 24 00:50:36 2013
+++ src/sys/modules/drm2/Makefile	Wed Jul 24 01:58:19 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.2.3 2013/07/24 00:50:36 riastradh Exp $
+# $NetBSD: Makefile,v 1.1.2.4 2013/07/24 01:58:19 riastradh Exp $
 
 .include "../Makefile.inc"
 
@@ -7,7 +7,7 @@
 
 KMOD=	drm2
 
-SRCS+=	ati_pcigart.c
+#SRCS+=	ati_pcigart.c		# XXX Restore for ATI support.
 SRCS+=	drm_agpsupport.c
 SRCS+=	drm_auth.c
 SRCS+=	drm_buffer.c

Reply via email to