Page MenuHomeFreeBSD

D27399.id80069.diff
No OneTemporary

D27399.id80069.diff

Index: sys/amd64/conf/GENERIC
===================================================================
--- sys/amd64/conf/GENERIC
+++ sys/amd64/conf/GENERIC
@@ -102,7 +102,6 @@
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
-options IOMMU
# Kernel Sanitizers
#options COVERAGE # Generic kernel coverage. Used by KCOV
@@ -128,6 +127,7 @@
# Bus support.
device acpi
+options IOMMU
device pci
options PCI_HP # PCI-Express native HotPlug
options PCI_IOV # PCI SR-IOV support
Index: sys/amd64/conf/MINIMAL
===================================================================
--- sys/amd64/conf/MINIMAL
+++ sys/amd64/conf/MINIMAL
@@ -93,7 +93,6 @@
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
-options IOMMU
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
@@ -104,6 +103,7 @@
# Bus support.
device acpi
+options IOMMU
device pci
# atkbdc0 controls both the keyboard and the PS/2 mouse
Index: sys/i386/conf/MINIMAL
===================================================================
--- sys/i386/conf/MINIMAL
+++ sys/i386/conf/MINIMAL
@@ -93,7 +93,6 @@
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
-options IOMMU
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 17, 3:12 AM (1 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28799114
Default Alt Text
D27399.id80069.diff (1 KB)

Event Timeline