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 Provisionally remove ati_pcigart.c...



details:   https://anonhg.NetBSD.org/src/rev/f3a49c7e101d
branches:  riastradh-drm2
changeset: 788042:f3a49c7e101d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 01:58:19 2013 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r d734270d0f1a -r f3a49c7e101d sys/modules/drm2/Makefile
--- a/sys/modules/drm2/Makefile Wed Jul 24 01:58:05 2013 +0000
+++ b/sys/modules/drm2/Makefile Wed Jul 24 01:58:19 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index