mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:21:05 +01:00
8415a654d0
All architectures enable NEW_PCIB in DEFAULTS (arm being the most recent
to do so in 121be55599
(arm: Set NEW_PCIB in DEFAULTS rather than a
subset of kernel configs")), so it's time we removed the legacy code
that no longer sees much testing and has a significant maintenance
burden.
Reviewed by: jhb, andrew, emaste
Differential Revision: https://reviews.freebsd.org/D32954
29 lines
543 B
Plaintext
29 lines
543 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
|
|
#
|
|
|
|
machine amd64
|
|
|
|
options EARLY_AP_STARTUP
|
|
|
|
# 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_MBR
|
|
options GEOM_PART_GPT
|
|
|
|
# Default congestion control algorithm
|
|
options CC_CUBIC # include CUBIC congestion control
|
|
|
|
options NETLINK # netlink(4) support
|