DEFAULTS revision 163972
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
3#
4# $FreeBSD: head/sys/amd64/conf/DEFAULTS 163972 2006-11-04 04:58:10Z jb $
5
6machine		amd64
7
8# Bus support.
9device		isa
10
11# Pseudo devices.
12device		mem		# Memory and kernel memory devices
13device		io		# I/O device
14
15# UART chips on this platform
16device		uart_ns8250
17
18# KSE support went from being default to a kernel option
19options 	KSE
20
21# Kernel support for loading DTrace modules
22options 	KDTRACE
23