CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/10/26 20:39:07
Modified files:
sys/arch/amd64/conf: GENERIC
sys/arch/amd64/include: pci_machdep.h
sys/arch/amd64/pci: pci_machdep.c
sys/dev/acpi : files.acpi
Added files:
sys/dev/acpi : acpidmar.c acpidmar.h amd_iommu.h
Log message:
Adding IOMMU support for AMD Vi and Intel VTD (disabled)
This creates separate domains for each PCI device and can provide protection
against invalid memory access. Needed for Passthrough PCI from vmd.
ok deraadt@, kettenis@
: ----------------------------------------------------------------------