Module Name: src
Committed By: skrll
Date: Thu Nov 22 13:47:37 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: std.tegra
Log Message:
build fix until someone is brave enough to remove this kernel
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/conf/std.tegra
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.tegra
diff -u src/sys/arch/evbarm/conf/std.tegra:1.20 src/sys/arch/evbarm/conf/std.tegra:1.21
--- src/sys/arch/evbarm/conf/std.tegra:1.20 Thu Oct 18 09:01:54 2018
+++ src/sys/arch/evbarm/conf/std.tegra Thu Nov 22 13:47:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: std.tegra,v 1.20 2018/10/18 09:01:54 skrll Exp $
+# $NetBSD: std.tegra,v 1.21 2018/11/22 13:47:37 skrll Exp $
#
machine evbarm arm
@@ -25,6 +25,7 @@ options __HAVE_GENERIC_START
options __HAVE_FAST_SOFTINTS # should be in types.h
#options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
options __HAVE_PCI_CONF_HOOK
+options __HAVE_PCI_MSI_MSIX
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.tegra"
makeoptions BOARDTYPE="tegra"