summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPDATING8
-rw-r--r--share/mk/bsd.own.mk4
2 files changed, 8 insertions, 4 deletions
diff --git a/UPDATING b/UPDATING
index 7b1ec46..bc996c5 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".)
+20160510:
+ Kernel modules compiled outside of a kernel build now default to
+ installing to /boot/modules instead of /boot/kernel. Many kernel
+ modules built this way (such as those in ports) already overrode
+ KMODDIR explicitly to install into /boot/modules. However,
+ manually building and installing a module from /sys/modules will
+ now install to /boot/modules instead of /boot/kernel.
+
20160414:
The CAM I/O scheduler has been committed to the kernel. There should be
no user visible impact. This does enable NCQ Trim on ada SSDs. While the
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 18b332e..2ec78a0 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -165,11 +165,7 @@ BINGRP?= wheel
BINMODE?= 555
NOBINMODE?= 444
-.if defined(MODULES_WITH_WORLD)
KMODDIR?= /boot/modules
-.else
-KMODDIR?= /boot/kernel
-.endif
KMODOWN?= ${BINOWN}
KMODGRP?= ${BINGRP}
KMODMODE?= ${BINMODE}
OpenPOWER on IntegriCloud