summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-10-26 22:11:35 +0000
committerjb <jb@FreeBSD.org>2006-10-26 22:11:35 +0000
commitd20db01f97a7b67b8d8300b347bb20c0e1f8e407 (patch)
treeb19049d940047a247c84b8e9b30c21b348ea5709 /sys/arm
parent3a250c3e1697ac0cf0232f167522eec8cf185717 (diff)
downloadFreeBSD-src-d20db01f97a7b67b8d8300b347bb20c0e1f8e407.zip
FreeBSD-src-d20db01f97a7b67b8d8300b347bb20c0e1f8e407.tar.gz
Remove the KSE option now that it's in DEFAULTS on these arches/machines.
The 'nooption' kernel config entry has to be used to turn KSE off now. This isn't my preferred way of dealing with this, but I'll defer to scottl's experience with the io/mem kernel option change and the grief experienced over that. Submitted by: scottl@
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/EP802191
-rw-r--r--sys/arm/conf/IQ312441
-rw-r--r--sys/arm/conf/KB920X1
-rw-r--r--sys/arm/conf/SIMICS1
-rw-r--r--sys/arm/conf/SKYEYE1
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219
index fd3493c..14308aa 100644
--- a/sys/arm/conf/EP80219
+++ b/sys/arm/conf/EP80219
@@ -59,7 +59,6 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options GEOM_GPT # GUID Partition Tables.
options GEOM_MBR # DOS/MBR partitioning
options GEOM_LABEL # Providers labelization.
-options KSE # KSE support
options BOOTP
options BOOTP_NFSROOT
diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244
index 17495ff..8cbb079 100644
--- a/sys/arm/conf/IQ31244
+++ b/sys/arm/conf/IQ31244
@@ -61,7 +61,6 @@ options BOOTP_NFSV3
options BOOTP_WIRED_TO=em0
options BOOTP_COMPAT
#options PREEMPTION
-options KSE # KSE support
device genclock
device loop
device ether
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X
index 33f5aaa..a865cce8 100644
--- a/sys/arm/conf/KB920X
+++ b/sys/arm/conf/KB920X
@@ -60,7 +60,6 @@ options MUTEX_NOINLINE
options RWLOCK_NOINLINE
options NO_FFS_SNAPSHOT
options NO_SWAPPING
-options KSE # KSE support
device genclock
device random
device pty
diff --git a/sys/arm/conf/SIMICS b/sys/arm/conf/SIMICS
index 8eeda57..ab24a09 100644
--- a/sys/arm/conf/SIMICS
+++ b/sys/arm/conf/SIMICS
@@ -53,7 +53,6 @@ options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
-options KSE # KSE support
device genclock
device loop
device ether
diff --git a/sys/arm/conf/SKYEYE b/sys/arm/conf/SKYEYE
index ad66fa4..8a52f94 100644
--- a/sys/arm/conf/SKYEYE
+++ b/sys/arm/conf/SKYEYE
@@ -58,7 +58,6 @@ options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
-options KSE # KSE support
device genclock
device loop
device ether
OpenPOWER on IntegriCloud