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 _ARM32_NEED_BUS_DMA_BOUNCE for a...
details: https://anonhg.NetBSD.org/src/rev/e0794ea2644b
branches: trunk
changeset: 1000064:e0794ea2644b
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Jul 03 19:45:14 2019 +0000
description:
Define _ARM32_NEED_BUS_DMA_BOUNCE for aarch64 so we can use bus_dmamap_subregion
diffstat:
sys/arch/evbarm/conf/std.generic64 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r dae09842917f -r e0794ea2644b sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64 Wed Jul 03 18:40:33 2019 +0000
+++ b/sys/arch/evbarm/conf/std.generic64 Wed Jul 03 19:45:14 2019 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index