summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-10-03 12:51:57 +0000
committerEd Maste <emaste@FreeBSD.org>2019-10-03 12:51:57 +0000
commit9923b6417763ea3c6985fa172d59847106517958 (patch)
tree2b0eb4fc01393b4428680ab167ce197fa61839a2 /UPDATING
parent5fda0d60c1e004d6581f29c006635a51cee81349 (diff)
downloadsrc-test2-9923b6417763ea3c6985fa172d59847106517958.tar.gz
src-test2-9923b6417763ea3c6985fa172d59847106517958.zip
Remove host binary object drivers from GENERIC
Four drivers (hpt27xx, hptmv, hptnr, hptrr, hpt27xx) include precompiled binary objects; have users load them as modules if they are needed. Additional work (i.e., integrating devmatch) required before MFC. Reviewed by: markj Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D21865
Notes
Notes: svn path=/head/; revision=353042
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6fe3affa9cf4..11c351669bca 100644
--- a/UPDATING
+++ b/UPDATING
@@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20191003:
+ The hpt27xx, hptmv, hptnr, and hptrr drivers have been removed from
+ GENERIC. They are available as modules and can be loaded by adding
+ to /boot/loader.conf hpt27xx_load="YES", hptmv_load="YES",
+ hptnr_load="YES", or hptrr_load="YES", respectively.
+
20190913:
ntpd no longer by default locks its pages in memory, allowing them
to be paged out by the kernel. Use rlimit memlock to restore