mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Unbreak the IOMMU code.
Pointy hat to: mux Reviewed by: tmm
This commit is contained in:
parent
c63e8d6470
commit
09e192903c
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue