DEFAULTS revision 152662
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
3#
4# $FreeBSD: head/sys/amd64/conf/DEFAULTS 152662 2005-11-21 20:22:35Z jhb $
5
6# Not yet, this would break all existing configs
7#machine		amd64
8
9# Bus support.
10device		isa
11
12# Pseudo devices.
13device		mem		# Memory and kernel memory devices
14device		io		# I/O device
15
16options 	PUC_FASTINTR
17