Page MenuHomeFreeBSD

D42435.diff
No OneTemporary

D42435.diff

diff --git a/sys/dev/iommu/busdma_iommu.c b/sys/dev/iommu/busdma_iommu.c
--- a/sys/dev/iommu/busdma_iommu.c
+++ b/sys/dev/iommu/busdma_iommu.c
@@ -963,7 +963,7 @@
{
int error;
- unit->dma_enabled = 1;
+ unit->dma_enabled = 0;
error = TUNABLE_INT_FETCH("hw.iommu.dma", &unit->dma_enabled);
if (error == 0) /* compatibility */
TUNABLE_INT_FETCH("hw.dmar.dma", &unit->dma_enabled);

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 7, 3:31 PM (12 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11009837
Default Alt Text
D42435.diff (392 B)

Event Timeline