The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=5f60d8a8f2978f998da55d4e3cd0cb0e073bfc21
commit 5f60d8a8f2978f998da55d4e3cd0cb0e073bfc21 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-05-16 18:32:25 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-05-16 18:33:37 +0000 riscv: Add IOMMU to NOTES Reported by: bz, ivy Fixes: bcecad2c24aa ("riscv: IOMMU support") --- sys/riscv/conf/NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES index 102ee26811b3..6ae74bd51eb5 100644 --- a/sys/riscv/conf/NOTES +++ b/sys/riscv/conf/NOTES @@ -16,6 +16,7 @@ options KDTRACE_FRAME # Ensure frames are compiled in options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default +options IOMMU # Enable detailed accounting by the PV entry allocator. options PV_STATS
