summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-29 18:17:34 +0000
committerngie <ngie@FreeBSD.org>2017-05-29 18:17:34 +0000
commitc66b4daaa1f01f6177f69ec8d846126091a29b94 (patch)
treedf4963451679a78a0dc04c1c01552b480f752faf /UPDATING
parentf0afe933460761759eeea85562076b3e0b300b79 (diff)
downloadFreeBSD-src-c66b4daaa1f01f6177f69ec8d846126091a29b94.zip
FreeBSD-src-c66b4daaa1f01f6177f69ec8d846126091a29b94.tar.gz
MFC r314659,r314676:
r314659: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output r314676: Fix build after r314656 Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk explicitly so we can be certain that the values used as dependencies in the targets are defined when the target recipe has been evaluated. Reminder: thou shalt separate out separate functional changes before committing them. (YUGE) Pointyhat to: ngie In collaboration with: bdrewery
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 65db7db..91a78b5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,19 @@ from older version of current across the gcc/clang cutover is a bit fragile.
installed. To continue using aarch64-binutils, set
CROSS_BINUTILS_PREFIX=/usr/local/aarch64-freebsd/bin .
+20170529:
+ The ctl.ko module no longer implements the iSCSI target frontend:
+ cfiscsi.ko does instead.
+
+ If building cfiscsi.ko as a kernel module, the module can be loaded
+ via one of the following methods:
+ - `cfiscsi_load="YES"` in loader.conf(5).
+ - Add `cfiscsi` to `$kld_list` in rc.conf(5).
+ - ctladm(8)/ctld(8), when compiled with iSCSI support
+ (`WITH_ISCSI=yes` in src.conf(5))
+
+ Please see cfiscsi(4) for more details.
+
20170511:
The mmcsd.ko module now additionally depends on geom_flashmap.ko.
Also, mmc.ko and mmcsd.ko need to be a matching pair built from the
OpenPOWER on IntegriCloud