aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2015-04-08 11:59:00 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2015-04-08 11:59:00 +0000
commitd61251e9345d11fb0e86949a84a6e6540944ce45 (patch)
tree20bb862352c7db1bfd18e06a2896e5d3d6bd96e3 /share
parent39a4b70fbc56ed73351b32cc9311b0d647b0b8da (diff)
downloadsrc-d61251e9345d11fb0e86949a84a6e6540944ce45.tar.gz
src-d61251e9345d11fb0e86949a84a6e6540944ce45.zip
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. MFC after: 1 month Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=281265
Diffstat (limited to 'share')
-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 a226b6257018..a04f2fe409b7 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