Module Name: src
Committed By: zafer
Date: Sun Jul 6 14:41:24 UTC 2014
Modified Files:
src/sbin/iscsid: iscsid.8
Log Message:
mention requirements for custom kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/iscsid/iscsid.8
diff -u src/sbin/iscsid/iscsid.8:1.10 src/sbin/iscsid/iscsid.8:1.11
--- src/sbin/iscsid/iscsid.8:1.10 Tue Mar 18 18:20:38 2014
+++ src/sbin/iscsid/iscsid.8 Sun Jul 6 14:41:24 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: iscsid.8,v 1.10 2014/03/18 18:20:38 riastradh Exp $
+.\" $NetBSD: iscsid.8,v 1.11 2014/07/06 14:41:24 zafer Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 27, 2012
+.Dd July 6, 2014
.Dt ISCSID 8
.Os
.Sh NAME
@@ -77,6 +77,13 @@ utility, rather than directly over its c
An example of setting up the in-kernel iSCSI initiator
is shown in
.Xr iscsictl 8 .
+.Pp
+.Nm
+requires
+.Xr scsibus 4
+and
+.Xr sd 4
+compiled in the kernel to load the iscsi kernel module.
.Sh SEE ALSO
.Xr daemon 3 ,
.Xr isns 3 ,