DEFAULTS revision 173735
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/sparc64
3#
4# $FreeBSD: head/sys/sparc64/conf/DEFAULTS 173735 2007-11-18 18:11:16Z marius $
5
6machine		sparc64
7
8# 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# KSE support went from being default to a kernel option
17options 	KSE
18
19# Default partitioning schemes
20options 	GEOM_BSD
21options 	GEOM_SUNLABEL
22
23# Let sunkbd emulate an AT keyboard by default.
24options 	SUNKBD_EMULATE_ATKBD
25