summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-30 05:11:58 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-30 05:11:58 +0000
commit0458b2654a79ea676cda7cd3c5fd1b28c8d96936 (patch)
tree67f2c35bfdc454bc40ed601db554d90343075f4c /UPDATING
parent9851b3400ae1362185d9ffe3c163428b9faa6b9f (diff)
downloadsrc-test-0458b2654a79ea676cda7cd3c5fd1b28c8d96936.tar.gz
src-test-0458b2654a79ea676cda7cd3c5fd1b28c8d96936.zip
Add an UPDATING entry for cfiscsi(4)'s addition in r316212
MFC after: 2 months X-MFC with: r316212 Requested by: mav (D10099) Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=316214
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1971f260363ca..1f5a7676e0813 100644
--- a/UPDATING
+++ b/UPDATING
@@ -51,6 +51,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** SPECIAL WARNING: ******************************
+20170329:
+ 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.
+
20170316:
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