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