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