1# 2# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc 3# 4# $FreeBSD$ 5 6machine powerpc 7 8# Pseudo devices. 9device mem # Memory and kernel memory devices 10 11# UART chips on this platform 12device uart_ns8250 13device uart_z8530 14 15options GEOM_PART_APM 16options GEOM_PART_MBR 17 18# Store the plain version of the configuration file in the kernel itself. 19# To store the entire file, including comments, put this in /etc/src.conf: 20# CONFIGARGS= -C 21# See config(8) for more details. 22# 23options INCLUDE_CONFIG_FILE # Include this file in kernel 24