Module Name:    src
Committed By:   jmcneill
Date:           Wed Nov 14 11:02:52 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: std.generic

Log Message:
Define __HAVE_PCI_MSI_MSIX


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.generic

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

Modified files:

Index: src/sys/arch/evbarm/conf/std.generic
diff -u src/sys/arch/evbarm/conf/std.generic:1.5 src/sys/arch/evbarm/conf/std.generic:1.6
--- src/sys/arch/evbarm/conf/std.generic:1.5	Sat Nov 10 19:35:19 2018
+++ src/sys/arch/evbarm/conf/std.generic	Wed Nov 14 11:02:52 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic,v 1.5 2018/11/10 19:35:19 martin Exp $
+#	$NetBSD: std.generic,v 1.6 2018/11/14 11:02:52 jmcneill Exp $
 #
 # 	generic NetBSD/evbarm with FDT support
 
@@ -30,6 +30,7 @@ options 	__HAVE_GENERIC_START
 options 	__HAVE_GENERIC_CPU_INITCLOCKS
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	__HAVE_PCI_CONF_HOOK
+options 	__HAVE_PCI_MSI_MSIX
 
 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic"
 

Reply via email to