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/3b3f44cccbc6
branches:  trunk
changeset: 366443:3b3f44cccbc6
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 61f48eaef1b4 -r 3b3f44cccbc6 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