xref: /freebsd/sys/powerpc/conf/DEFAULTS (revision 03a88e3de9c68182d21df94b1c8c7ced930dbd1f)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
3#
4# $FreeBSD$
5
6# Pseudo devices.
7device		mem		# Memory and kernel memory devices
8
9# UART chips on this platform
10device		uart_ns8250
11
12options 	GEOM_PART_BSD
13options 	GEOM_PART_MBR
14
15# Default congestion control algorithm
16options 	CC_NEWRENO		# include newreno congestion control
17
18options         NEW_PCIB
19