diff --git a/sys/sparc64/sparc64/iommu.c b/sys/sparc64/sparc64/iommu.c index 605946061af..26f7f42cec3 100644 --- a/sys/sparc64/sparc64/iommu.c +++ b/sys/sparc64/sparc64/iommu.c @@ -143,7 +143,7 @@ /* * Tuning constants. */ -#define IOMMU_MAX_PRE BUS_SPACE_MAXSIZE +#define IOMMU_MAX_PRE (128 * 1024) #define IOMMU_MAX_PRE_SEG 3 MALLOC_DEFINE(M_IOMMU, "dvmamem", "IOMMU DVMA Buffers");