Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/powerpc/conf/DEFAULTS
39507 views
#
# 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 	NETLINK			# netlink(4) support