xref: /freebsd/sys/i386/conf/DEFAULTS (revision 1d386b48)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/i386
3#
4# $FreeBSD$
5
6machine		i386
7
8options		EARLY_AP_STARTUP
9
10# Bus support.
11device		isa
12options 	ISAPNP
13
14# Pseudo devices.
15device		mem		# Memory and kernel memory devices
16device		io		# I/O device
17
18# UART chips on this platform
19device		uart_ns8250
20
21# Default partitioning schemes
22options 	GEOM_PART_BSD
23options 	GEOM_PART_EBR
24options 	GEOM_PART_MBR
25options 	GEOM_PART_GPT
26
27# Default congestion control algorithm
28options 	CC_CUBIC		# include CUBIC congestion control
29
30# enable support for native hardware
31device		atpic
32
33options 	NEW_PCIB
34
35options 	NETLINK			# netlink(4) support
36