1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/ia64
3#
4# $FreeBSD: releng/10.2/sys/ia64/conf/DEFAULTS 232619 2012-03-06 20:01:25Z attilio $
5
6machine		ia64
7
8# Bus support.
9device		acpi		# ACPI support
10
11# Pseudo devices.
12device		io		# I/O & EFI runtime device
13device		mem		# Memory and kernel memory devices
14
15# UART chips on this platform
16device		uart_ns8250
17
18options 	GEOM_PART_BSD
19options 	GEOM_PART_GPT
20options 	GEOM_PART_MBR
21
22options 	NEW_PCIB
23