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 bring in changes from OLDE...
details: https://anonhg.NetBSD.org/src/rev/cfc9ec08c026
branches: trunk
changeset: 365695:cfc9ec08c026
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 05:57:42 2018 +0000
description:
bring in changes from OLDER drmP.h to go forward with compilation
Author: coypu <coypu%sdf.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/drm/drm_os_netbsd.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 93be43642ac5 -r cfc9ec08c026 sys/external/bsd/drm2/include/drm/drm_os_netbsd.h
--- a/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h Mon Aug 27 05:57:29 2018 +0000
+++ b/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h Mon Aug 27 05:57:42 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_os_netbsd.h,v 1.4 2018/08/27 05:34:49 riastradh Exp $ */
+/* $NetBSD: drm_os_netbsd.h,v 1.5 2018/08/27 05:57:42 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -44,6 +44,11 @@
#define CONFIG_X86 1
#endif
+#include "pci.h"
+#if NPCI > 0
+#define CONFIG_PCI
+#endif
+
#include <drm/drm_agp_netbsd.h>
#include <drm/drm_auth_netbsd.h>
#include <drm/drm_copy_netbsd.h>
Home |
Main Index |
Thread Index |
Old Index