DEFAULTS revision 200594
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/mips
3#
4# $FreeBSD: head/sys/mips/conf/DEFAULTS 200594 2009-12-16 02:17:43Z dougb $
5
6machine 	mips
7
8device		mem
9
10device		uart_ns8250
11
12options 	GEOM_PART_BSD
13options 	GEOM_PART_MBR
14 
15# Store the plain version of the configuration file in the kernel itself.
16# To store the entire file, including comments, put this in /etc/src.conf:
17# CONFIGARGS=	-C
18# See config(8) for more details.
19#
20options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
21