Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Add QXL, re-enable I915



details:   https://anonhg.NetBSD.org/src/rev/83ea047b58d2
branches:  trunk
changeset: 336030:83ea047b58d2
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 07 14:37:42 2015 +0000

description:
Add QXL, re-enable I915

diffstat:

 usr.bin/kdump/Makefile.ioctl-c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d5ea4c4fc8fc -r 83ea047b58d2 usr.bin/kdump/Makefile.ioctl-c
--- a/usr.bin/kdump/Makefile.ioctl-c    Sat Feb 07 13:20:00 2015 +0000
+++ b/usr.bin/kdump/Makefile.ioctl-c    Sat Feb 07 14:37:42 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.ioctl-c,v 1.27 2015/02/07 11:24:55 martin Exp $
+#      $NetBSD: Makefile.ioctl-c,v 1.28 2015/02/07 14:37:42 christos Exp $
 
 # NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
 
@@ -41,7 +41,8 @@
 CPPFLAGS+=     -D_ALTQ_ALTQ_JOBS_H_    # redefinition of inline
 # De-select one, dup ioctls
 CPPFLAGS+=     -D_VIA_DRM_H_           # Missing header
-CPPFLAGS+=     -D_I915_DRM_H_          # Dup ioctls
+#CPPFLAGS+=    -D_I915_DRM_H_          # Dup ioctls
+CPPFLAGS+=     -DQXL_DRM_H             # Dup ioctls
 CPPFLAGS+=     -D__R128_DRM_H__        # Dup ioctls
 CPPFLAGS+=     -D__SIS_DRM_H__         # Dup ioctls
 CPPFLAGS+=     -D__SAVAGE_DRM_H__      # Dup ioctls



Home | Main Index | Thread Index | Old Index