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 Ifdef out pnpbios for now....
details: https://anonhg.NetBSD.org/src/rev/aa7336359c88
branches: trunk
changeset: 364911:aa7336359c88
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 16:20:35 2018 +0000
description:
Ifdef out pnpbios for now. Presumably needs to use bus_space_alloc.
diffstat:
sys/external/bsd/drm2/include/drm/drm_os_netbsd.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r dcabef6ff7fc -r aa7336359c88 sys/external/bsd/drm2/include/drm/drm_os_netbsd.h
--- a/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h Mon Aug 27 16:16:16 2018 +0000
+++ b/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h Mon Aug 27 16:20:35 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_os_netbsd.h,v 1.11 2018/08/27 15:12:09 riastradh Exp $ */
+/* $NetBSD: drm_os_netbsd.h,v 1.12 2018/08/27 16:20:35 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -49,6 +49,7 @@
#define CONFIG_PCI 1
#endif
+#ifdef notyet
#if defined(__i386__)
#include "pnpbios.h"
#endif
@@ -56,6 +57,7 @@
#if NPNPBIOS > 0
#define CONFIG_PNP
#endif
+#endif
#if defined(__i386__) || defined(__x86_64__)
#if defined(_KERNEL_OPT)
Home |
Main Index |
Thread Index |
Old Index