Unbreak the IOMMU code.

Pointy hat to:	mux
Reviewed by:	tmm
This commit is contained in:
Maxime Henrion 2003-02-26 15:02:55 +00:00
parent c63e8d6470
commit 09e192903c

View file

@ -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");