ed1f6dc235
all the architectures. The option allows to mount non-MPSAFE filesystem. Without it, the kernel will refuse to mount a non-MPSAFE filesytem. This patch is part of the effort of killing non-MPSAFE filesystems from the tree. No MFC is expected for this patch. Tested by: gianni Reviewed by: kib
28 lines
489 B
Plaintext
28 lines
489 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
|
|
#
|
|
# $FreeBSD$
|
|
|
|
machine amd64
|
|
|
|
# Bus support.
|
|
device isa
|
|
|
|
# Pseudo devices.
|
|
device mem # Memory and kernel memory devices
|
|
device io # I/O device
|
|
|
|
# UART chips on this platform
|
|
device uart_ns8250
|
|
|
|
# Default partitioning schemes
|
|
options GEOM_PART_BSD
|
|
options GEOM_PART_EBR
|
|
options GEOM_PART_EBR_COMPAT
|
|
options GEOM_PART_MBR
|
|
|
|
options NEW_PCIB
|
|
|
|
# Allow mounting non-MPSAFE filesystems
|
|
options VFS_ALLOW_NONMPSAFE
|