aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-11 21:05:13 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-11 21:05:13 +0000
commit8a6fe8ce60ab99778558c4951d23615a0141daf0 (patch)
tree1be91773f406a7d080df72cd6f9a3fef88d51c9b /UPDATING
parentd9650f189b20ddadbd7fdf4bad8dd0713f5af01a (diff)
parent47967ab7416a40f6be84f4649bd2747c6ec5d009 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d3795efde49f..e2723881f234 100644
--- a/UPDATING
+++ b/UPDATING
@@ -56,6 +56,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
Please see the 20141231 entry below for information about prerequisites
and upgrading, if you are not already using clang 3.5.0 or higher.
+20170109:
+ The igb(4), em(4) and lem(4) ethernet drivers are now implemented via
+ IFLIB. If you have a custom kernel configuration that excludes em(4)
+ but you use igb(4), you need to re-add em(4) to your custom configuration.
+
20161217:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.9.1.
Please see the 20141231 entry below for information about prerequisites