Module Name:    src
Committed By:   jmcneill
Date:           Wed Jul  3 19:45:14 UTC 2019

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

Log Message:
Define _ARM32_NEED_BUS_DMA_BOUNCE for aarch64 so we can use bus_dmamap_subregion


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/std.generic64

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.generic64
diff -u src/sys/arch/evbarm/conf/std.generic64:1.9 src/sys/arch/evbarm/conf/std.generic64:1.10
--- src/sys/arch/evbarm/conf/std.generic64:1.9	Tue Nov 13 06:06:29 2018
+++ src/sys/arch/evbarm/conf/std.generic64	Wed Jul  3 19:45:14 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic64,v 1.9 2018/11/13 06:06:29 ryo Exp $
+#	$NetBSD: std.generic64,v 1.10 2019/07/03 19:45:14 jmcneill Exp $
 #
 #	generic NetBSD/evbarm64 with FDT support
 
@@ -19,6 +19,7 @@ options 	FPU_VFP
 options 	MODULAR
 options 	MODULAR_DEFAULT_AUTOLOAD
 options 	PCI_NETBSD_CONFIGURE
+options 	_ARM32_NEED_BUS_DMA_BOUNCE
 options 	__HAVE_PCI_CONF_HOOK
 options 	__HAVE_PCI_MSI_MSIX
 

Reply via email to