summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-05-15 11:10:01 +0000
committertrasz <trasz@FreeBSD.org>2015-05-15 11:10:01 +0000
commit6e83eeac7b6fd0d90d7402cd2656d5766e20d33f (patch)
tree0e43f591606ba3da7a0feaba7116bf9cd42f1452
parent4fc33f4e825eedee8c78fc14aa10a9b6723d6a05 (diff)
downloadFreeBSD-src-6e83eeac7b6fd0d90d7402cd2656d5766e20d33f.zip
FreeBSD-src-6e83eeac7b6fd0d90d7402cd2656d5766e20d33f.tar.gz
MFC r281265:
Add a hint that "device ctl" kind of depends on "device iscsi". It actually doesn't - "device ctl" automatically pulls in ICL, which would normally be a part of iscsi.ko. However, doing it that way makes iscsi.ko unloadable, and building ctl.ko without iscsi.ko (using MODULES_OVERRIDE) results in ctl.ko that is unloadable, due to missing symbols that would be resolved to iscsi.ko. And since the symbols are named "icl_whatever", it's not obvious that it's iscsi.ko that's required. If there is a better way - let me know. Sponsored by: The FreeBSD Foundation
-rw-r--r--share/man/man4/ctl.43
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/ctl.4 b/share/man/man4/ctl.4
index 4a1fbbf..31709ef 100644
--- a/share/man/man4/ctl.4
+++ b/share/man/man4/ctl.4
@@ -23,7 +23,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.Dd October 23, 2014
+.Dd April 8, 2015
.Dt CTL 4
.Os
.Sh NAME
@@ -34,6 +34,7 @@ To compile this driver into the kernel,
place the following line in your
kernel configuration file:
.Bd -ragged -offset indent
+.Cd "device iscsi"
.Cd "device ctl"
.Ed
.Pp
OpenPOWER on IntegriCloud