1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/ia64/conf/DEFAULTS
John Birrell 013d6d8cb4 Add 'options KSE' to the kernel config DEFAULTS on all arches/machines
except sun4v.

This change makes the transition from a default to an option more
transparent and is an attempt to head off all the compliants that are
likely from people who don't read UPDATING, based on experience with
the io/mem change.

Submitted by:	scottl@
2006-10-26 22:05:25 +00:00

23 lines
386 B
Plaintext

#
# DEFAULTS -- Default kernel configuration file for FreeBSD/ia64
#
# $FreeBSD$
machine ia64
# Bus support.
device acpi # ACPI support
# Pseudo devices.
device mem # Memory and kernel memory devices
# UART chips on this platform
device uart_ns8250
options GEOM_BSD
options GEOM_GPT
options GEOM_MBR
# KSE support went from being default to a kernel option
options KSE