freebsd-src/sys/powerpc/conf/DEFAULTS
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

20 lines
398 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
#
# Pseudo devices.
device mem # Memory and kernel memory devices
# UART chips on this platform
device uart_ns8250
options GEOM_PART_BSD
options GEOM_PART_MBR
# Default congestion control algorithm
options CC_CUBIC # include CUBIC congestion control
options NEW_PCIB
options NETLINK # netlink(4) support