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_EBR_COMPAT 23options GEOM_PART_MBR 24options GEOM_PART_GPT 25 26# enable support for native hardware 27device atpic 28 29options NEW_PCIB 30