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/ca826c84d11e
branches: trunk
changeset: 365725:ca826c84d11e
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 69e86986e3cd -r ca826c84d11e 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