o Change DMAR->IOMMU in comments
o Add IOMMU_PAGE_SIZE / IOMMU_PAGE_MASK
o x86 only: dmar_quirks_pre_use() / dmar_instantiate_rmrr_ctxs()
Details
Details
- Reviewers
kib - Commits
- rS363310: o Move iommu_test_boundary() to sys/iommu.h
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/x86/iommu/busdma_dmar.c | ||
---|---|---|
115 ↗ | (On Diff #74440) | "I/O Memory Management Unit unit" - maybe no need for that second "unit".. |
sys/x86/iommu/intel_dmar.h | ||
---|---|---|
80 ↗ | (On Diff #74517) | So what is the plan WRT intel_gas.c, which is probably the most useful MI part of the dmar driver ? |
sys/x86/iommu/intel_dmar.h | ||
---|---|---|
80 ↗ | (On Diff #74517) | splitting-out GAS is my next step. Please look at this first: |