aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/iommu/intel_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/iommu/intel_drv.c')
-rw-r--r--sys/x86/iommu/intel_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/iommu/intel_drv.c b/sys/x86/iommu/intel_drv.c
index a5821df6b835..ebdf24976504 100644
--- a/sys/x86/iommu/intel_drv.c
+++ b/sys/x86/iommu/intel_drv.c
@@ -429,7 +429,7 @@ dmar_attach(device_t dev)
dmar_quirks_post_ident(unit);
timeout = dmar_get_timeout();
- TUNABLE_UINT64_FETCH("hw.dmar.timeout", &timeout);
+ TUNABLE_UINT64_FETCH("hw.iommu.dmar.timeout", &timeout);
dmar_update_timeout(timeout);
for (i = 0; i < DMAR_INTR_TOTAL; i++)