summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2003-01-26 05:29:48 +0000
committerJeff Roberson <jeff@FreeBSD.org>2003-01-26 05:29:48 +0000
commit1c5efda5aa826b4d9ef466ddd475a10ad0d01d6d (patch)
tree613d8fbe97da26a420619dcc605bf3f7d7aee56b /UPDATING
parentc3384118a106463e81edd1d9e1b618e15bc51fff (diff)
downloadsrc-test2-1c5efda5aa826b4d9ef466ddd475a10ad0d01d6d.tar.gz
src-test2-1c5efda5aa826b4d9ef466ddd475a10ad0d01d6d.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7daf3ffda3be..ae6fdd1b0907 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,14 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20030125:
+ The scheduler framework has grown a second scheduler and consequently
+ you must specify one and only one scheduler in your kernel config.
+ The in cvs config files have been updated to use the old scheduler
+ which may be selected via 'options SCHED_4BSD'. If you would like
+ to try the new, much more experimental, scheduler please try
+ 'options SCHED_ULE' and contribute to the arch@ discussion.
+
20030115:
A new version of the wi driver has been imported into the tree.
One now must have device wlan in the config file for it to operate