summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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