From 3a250c3e1697ac0cf0232f167522eec8cf185717 Mon Sep 17 00:00:00 2001 From: jb Date: Thu, 26 Oct 2006 22:05:25 +0000 Subject: 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@ --- sys/sparc64/conf/DEFAULTS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/DEFAULTS b/sys/sparc64/conf/DEFAULTS index 1c6863f..8545b37 100644 --- a/sys/sparc64/conf/DEFAULTS +++ b/sys/sparc64/conf/DEFAULTS @@ -12,3 +12,6 @@ device mem # Memory and kernel memory devices device uart_ns8250 device uart_sab82532 device uart_z8530 + +# KSE support went from being default to a kernel option +options KSE -- cgit v1.1