1# 2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64 3# 4# $FreeBSD$ 5 6machine amd64 7 8# Bus support. 9device isa 10 11# Pseudo devices. 12device mem # Memory and kernel memory devices 13device io # I/O device 14 15# UART chips on this platform 16device uart_ns8250 17 18# Default partitioning schemes 19options GEOM_PART_BSD 20options GEOM_PART_EBR 21options GEOM_PART_MBR 22options GEOM_PART_GPT 23 24options NEW_PCIB 25