Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Define __HAVE_PCI_MSI_MSIX



details:   https://anonhg.NetBSD.org/src/rev/26b39c818bc7
branches:  trunk
changeset: 836962:26b39c818bc7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Nov 14 11:02:52 2018 +0000

description:
Define __HAVE_PCI_MSI_MSIX

diffstat:

 sys/arch/evbarm/conf/std.generic |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 486dba307169 -r 26b39c818bc7 sys/arch/evbarm/conf/std.generic
--- a/sys/arch/evbarm/conf/std.generic  Wed Nov 14 10:58:04 2018 +0000
+++ b/sys/arch/evbarm/conf/std.generic  Wed Nov 14 11:02:52 2018 +0000
@@ -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_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"
 



Home | Main Index | Thread Index | Old Index