summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-10-26 22:05:25 +0000
committerjb <jb@FreeBSD.org>2006-10-26 22:05:25 +0000
commit3a250c3e1697ac0cf0232f167522eec8cf185717 (patch)
treed7b067d95cfdd98954426602f705eec421c1db89 /sys/amd64/conf
parentf82c7997354f95e680341bb8e10136ded5fd15eb (diff)
downloadFreeBSD-src-3a250c3e1697ac0cf0232f167522eec8cf185717.zip
FreeBSD-src-3a250c3e1697ac0cf0232f167522eec8cf185717.tar.gz
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@
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/DEFAULTS3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS
index b95c711..4cf775f 100644
--- a/sys/amd64/conf/DEFAULTS
+++ b/sys/amd64/conf/DEFAULTS
@@ -14,3 +14,6 @@ device io # I/O device
# UART chips on this platform
device uart_ns8250
+
+# KSE support went from being default to a kernel option
+options KSE
OpenPOWER on IntegriCloud