2005-11-21 20:17:46 +00:00
|
|
|
#
|
|
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/sparc64
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-11-27 23:17:00 +00:00
|
|
|
machine sparc64
|
2005-11-21 20:17:46 +00:00
|
|
|
|
|
|
|
# Pseudo devices.
|
|
|
|
device mem # Memory and kernel memory devices
|
2006-06-12 04:21:50 +00:00
|
|
|
|
|
|
|
# UART chips on this platform
|
|
|
|
device uart_ns8250
|
2006-06-13 18:40:39 +00:00
|
|
|
device uart_sab82532
|
|
|
|
device uart_z8530
|
2006-10-26 22:05:25 +00:00
|
|
|
|
2007-06-11 00:38:06 +00:00
|
|
|
# Default partitioning schemes
|
2008-12-17 17:43:22 +00:00
|
|
|
options GEOM_PART_BSD
|
|
|
|
options GEOM_PART_VTOC8
|
2007-06-11 00:38:06 +00:00
|
|
|
|
2007-11-18 18:11:16 +00:00
|
|
|
# Let sunkbd emulate an AT keyboard by default.
|
|
|
|
options SUNKBD_EMULATE_ATKBD
|