Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 16:20:35 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/include/drm: drm_os_netbsd.h

Log Message:
Ifdef out pnpbios for now.  Presumably needs to use bus_space_alloc.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
    src/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h
diff -u src/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h:1.11 src/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h:1.12
--- src/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h:1.11	Mon Aug 27 15:12:09 2018
+++ src/sys/external/bsd/drm2/include/drm/drm_os_netbsd.h	Mon Aug 27 16:20:35 2018
@@ -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)

Reply via email to