Module Name: src
Committed By: jmcneill
Date: Thu Sep 6 22:30:34 UTC 2018
Modified Files:
src/sys/arch/arm/include: pci_machdep.h
Log Message:
Define _PCI_HAVE_DMA64 for aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/pci_machdep.h
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/arm/include/pci_machdep.h
diff -u src/sys/arch/arm/include/pci_machdep.h:1.12 src/sys/arch/arm/include/pci_machdep.h:1.13
--- src/sys/arch/arm/include/pci_machdep.h:1.12 Wed Apr 19 12:58:59 2017
+++ src/sys/arch/arm/include/pci_machdep.h Thu Sep 6 22:30:34 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.12 2017/04/19 12:58:59 jmcneill Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.13 2018/09/06 22:30:34 jmcneill Exp $ */
/*
* Modified for arm32 by Mark Brinicombe
@@ -37,6 +37,10 @@
* Machine-specific definitions for PCI autoconfiguration.
*/
+#ifdef __aarch64__
+#define _PCI_HAVE_DMA64
+#endif
+
#include <sys/errno.h>
/*