Page MenuHomeFreeBSD

D27399.id80067.diff
No OneTemporary

D27399.id80067.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
@@ -131,6 +130,7 @@
device pci
options PCI_HP # PCI-Express native HotPlug
options PCI_IOV # PCI SR-IOV support
+options IOMMU
# Floppy drives
device fdc
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
@@ -105,6 +104,7 @@
# Bus support.
device acpi
device pci
+options IOMMU
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
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
@@ -106,6 +105,7 @@
# Bus support.
device acpi
device pci
+options IOMMU
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 19, 10:56 AM (5 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34073415
Default Alt Text
D27399.id80067.diff (1 KB)

Event Timeline