summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-12-13 22:11:37 +0000
committerWarner Losh <imp@FreeBSD.org>2015-12-13 22:11:37 +0000
commitca7e5285876063a32c6a9a495d9b04caa17ecd5f (patch)
treea841f05343d8912ec2784cbe0d6e9e4a88c4383b /UPDATING
parentce036b5148d513c58c3f1fb24844ac62c7f2e938 (diff)
downloadsrc-test2-ca7e5285876063a32c6a9a495d9b04caa17ecd5f.tar.gz
src-test2-ca7e5285876063a32c6a9a495d9b04caa17ecd5f.zip
The new pnp module records causes older kldxref to spew some
warnings. Make a note of it to inform people how to get around it.
Notes
Notes: svn path=/head/; revision=292177
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2775c2260150..b02043904426 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20151211:
+ The code to start recording plug and play data into the modules has
+ been committed. While the old tools will properly build a new kernel,
+ a number of warnings about "unknown metadata record 4" will be produced
+ for an older kldxref. To avoid such warnings, make sure to rebuild
+ the kernel toolchain (or world). Make sure that you have r292078 or
+ later when trying to build 292077 or later before rebuilding.
+
20151207:
Debug data files are now built by default with 'make buildworld' and
installed with 'make installworld'. This facilitates debugging but