Switch back to the 4BSD scheduler for now. There is some more or less

recent regression with ULE, causing processes to get stuck in getblk
as well as interrupt handler execution delays to rise above the command
timeout of mpt(4).

MFC after:	3 days
This commit is contained in:
Marius Strobl 2012-06-30 14:55:36 +00:00
parent 478f9295ef
commit 5f42fa1793
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237842

View File

@ -26,7 +26,7 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
# Platforms supported
# At this time all platforms are supported, as-is.
options SCHED_ULE # ULE scheduler
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols