diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2020-10-27 02:39:08 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2020-10-27 02:39:08 +0000 |
commit | fd1fb1ba4ee5ae64430b9ab6eab67dcb2f35eed3 (patch) | |
tree | c9cc5c73db827893dd7d7ec4e6717e04df102553 /sys/arch/amd64/conf | |
parent | dd0622f85e4172134fbcbbaa3fac6fbe1d7b675c (diff) |
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@
: ----------------------------------------------------------------------
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ea43a21586c..e01c10085b4 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.493 2020/09/15 18:31:14 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.494 2020/10/27 02:39:07 jordan Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -45,6 +45,7 @@ acpibtn* at acpi? acpicpu* at acpi? acpicmos* at acpi? acpidock* at acpi? +acpidmar0 at acpi? disable acpiec* at acpi? acpipci* at acpi? acpiprt* at acpi? |