aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-10-07 01:53:43 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-10-07 01:53:43 +0000
commit532dc17243aa26dff4439af2983be60c96a7ad18 (patch)
tree45194ebb7a95ceec2900f49ee1e0390b9518b04c /UPDATING
parentfc3c19a9fceeea48a9259ac3833a125804342c0e (diff)
downloadsrc-532dc17243aa26dff4439af2983be60c96a7ad18.tar.gz
src-532dc17243aa26dff4439af2983be60c96a7ad18.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 607b16ff6d35..07e4e2153c58 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20181006:
+ The legacy DRM modules and drivers have now been added to the loader's
+ module blacklist, in favor of loading them with kld_list in rc.conf(5).
+ The module blacklist may be overridden with the loader.conf(5)
+ 'module_blacklist' variable, but loading them via rc.conf(5) is strongly
+ encouraged.
+
20181002:
The cam(4) based nda(4) driver will be used over nvd(4) by default on
powerpc64. You may set 'options NVME_USE_NVD=1' in your kernel conf or