summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-09-12 05:50:32 +0000
committermarcel <marcel@FreeBSD.org>2004-09-12 05:50:32 +0000
commit42af796d0929c2ca45818f29f2f13e04effff327 (patch)
treeb1b78c3ef65fb69fd8a2348b56c34058a4921b37 /sys/ia64
parent1f627cbc786c999f14e9b49f0d3f84aa051936a5 (diff)
downloadFreeBSD-src-42af796d0929c2ca45818f29f2f13e04effff327.zip
FreeBSD-src-42af796d0929c2ca45818f29f2f13e04effff327.tar.gz
Catch up with other platforms: switch the default scheduler to 4BSD.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/conf/GENERIC3
-rw-r--r--sys/ia64/conf/SKI3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 624d703..728047e 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -42,7 +42,8 @@ options NFSSERVER # Network Filesystem Server
options NFS_ROOT # NFS usable as root device
options PROCFS # Process filesystem (/proc)
options PSEUDOFS # Pseudo-filesystem framework
-options SCHED_ULE # ULE scheduler
+options SCHED_4BSD # 4BSD scheduler
+#options SCHED_ULE # ULE scheduler
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
#options SMP # SMP support
options SOFTUPDATES # Enable FFS soft updates support
diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI
index f632a1f..53bc681 100644
--- a/sys/ia64/conf/SKI
+++ b/sys/ia64/conf/SKI
@@ -37,7 +37,8 @@ options KTRACE # ktrace(1) syscall trace support
options MD_ROOT # MD usable as root device
options PROCFS # Process filesystem (/proc)
options PSEUDOFS # Pseudo-filesystem framework
-options SCHED_ULE # ULE scheduler
+options SCHED_4BSD # 4BSD scheduler
+#options SCHED_ULE # ULE scheduler
options SKI # Include SKI support code
options SOFTUPDATES # Enable FFS soft updates support
options SYSVMSG # SYSV-style message queues
OpenPOWER on IntegriCloud