diff options
author | jeff <jeff@FreeBSD.org> | 2003-01-26 05:29:48 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-01-26 05:29:48 +0000 |
commit | fcc0f1613b273072bede4a50538ab6eb295f5df5 (patch) | |
tree | 613d8fbe97da26a420619dcc605bf3f7d7aee56b /UPDATING | |
parent | 8d3838b5355aaa4d48d872d9368ff5ff43f7d11b (diff) | |
download | FreeBSD-src-fcc0f1613b273072bede4a50538ab6eb295f5df5.zip FreeBSD-src-fcc0f1613b273072bede4a50538ab6eb295f5df5.tar.gz |
- Add an entry about the new scheduler options.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |