diff options
-rw-r--r-- | sys/conf/NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5e93d77..b0d0553 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -151,8 +151,8 @@ options ROOTDEVNAME=\"ufs:da0s2e\" # advantages for UP as well. It is intended to replace the 4BSD scheduler # over time. # -#options SCHED_4BSD -options SCHED_ULE +options SCHED_4BSD +#options SCHED_ULE ##################################################################### # SMP OPTIONS: |