diff options
author | Jeff Roberson <jeff@FreeBSD.org> | 2003-01-26 05:29:48 +0000 |
---|---|---|
committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-01-26 05:29:48 +0000 |
commit | 1c5efda5aa826b4d9ef466ddd475a10ad0d01d6d (patch) | |
tree | 613d8fbe97da26a420619dcc605bf3f7d7aee56b /UPDATING | |
parent | c3384118a106463e81edd1d9e1b618e15bc51fff (diff) | |
download | src-test2-1c5efda5aa826b4d9ef466ddd475a10ad0d01d6d.tar.gz src-test2-1c5efda5aa826b4d9ef466ddd475a10ad0d01d6d.zip |
Notes
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 |