]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/powerpc/conf/DEFAULTS
ssh: Update to OpenSSH 9.3p2
[FreeBSD/FreeBSD.git] / sys / powerpc / conf / DEFAULTS
1 #
2 # DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
3 #
4 # $FreeBSD$
5
6 # Pseudo devices.
7 device          mem             # Memory and kernel memory devices
8
9 # UART chips on this platform
10 device          uart_ns8250
11
12 options         GEOM_PART_BSD
13 options         GEOM_PART_MBR
14
15 # Default congestion control algorithm
16 options         CC_CUBIC                # include CUBIC congestion control
17
18 options         NEW_PCIB
19
20 options         NETLINK                 # netlink(4) support