Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/include/drm Define CONFIG_PCI to 1, no...



details:   https://anonhg.NetBSD.org/src/rev/f1017719f3a9
branches:  trunk
changeset: 834806:f1017719f3a9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:19:26 2018 +0000

description:
Define CONFIG_PCI to 1, not empty.

diffstat:

 sys/external/bsd/drm2/include/drm/drm_os_netbsd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa6047111810 -r f1017719f3a9 sys/external/bsd/drm2/include/drm/drm_os_netbsd.h
--- a/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h Mon Aug 27 06:19:16 2018 +0000
+++ b/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h Mon Aug 27 06:19:26 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_os_netbsd.h,v 1.6 2018/08/27 06:18:51 riastradh Exp $      */
+/*     $NetBSD: drm_os_netbsd.h,v 1.7 2018/08/27 06:19:26 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -46,7 +46,7 @@
 
 #include "pci.h"
 #if NPCI > 0
-#define CONFIG_PCI
+#define        CONFIG_PCI      1
 #endif
 
 #if defined(__i386__)



Home | Main Index | Thread Index | Old Index