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