DEFAULTS revision 200594
152419Sjulian#
252419Sjulian# DEFAULTS -- Default kernel configuration file for FreeBSD/sparc64
352419Sjulian#
452419Sjulian# $FreeBSD: head/sys/sparc64/conf/DEFAULTS 200594 2009-12-16 02:17:43Z dougb $
552419Sjulian
659982Sarchiemachine		sparc64
752419Sjulian
860966Speter# Pseudo devices.
9device		mem		# Memory and kernel memory devices
10
11# UART chips on this platform
12device		uart_ns8250
13device		uart_sab82532
14device		uart_z8530
15
16# Default partitioning schemes
17options 	GEOM_PART_BSD
18options 	GEOM_PART_VTOC8
19
20# Let sunkbd emulate an AT keyboard by default.
21options 	SUNKBD_EMULATE_ATKBD
22 
23# Store the plain version of the configuration file in the kernel itself.
24# To store the entire file, including comments, put this in /etc/src.conf:
25# CONFIGARGS=	-C
26# See config(8) for more details.
27#
28options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
29