diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2020-11-16 15:29:52 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2020-11-16 15:29:52 +0000 |
| commit | f593116991ab7aee2621243d643343a4ced06d2f (patch) | |
| tree | b78f2fe8119b6a90a36890ece604d7974ce5a82c /sys/dev/iommu | |
| parent | b212bf30ee32bc5e757dc8d842b96fdd1cc51be3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/iommu')
| -rw-r--r-- | sys/dev/iommu/iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iommu/iommu.h b/sys/dev/iommu/iommu.h index 2963d2d9cd3a..388a8cb3b2ce 100644 --- a/sys/dev/iommu/iommu.h +++ b/sys/dev/iommu/iommu.h @@ -67,6 +67,7 @@ struct iommu_map_entry { struct iommu_unit { struct mtx lock; + device_t dev; int unit; int dma_enabled; |
