Module Name: src
Committed By: pgoyette
Date: Thu Apr 14 18:52:27 UTC 2022
Modified Files:
src/sbin/iscsid: iscsid.8
Log Message:
iscsid(8) no longer requires scsibus(4) and sd(4) to be built-in to
the kernel. The scsi_subr module will be loaded if needed to resolve
any dependencies.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/sbin/iscsid/iscsid.8:1.14
--- src/sbin/iscsid/iscsid.8:1.13 Sun May 29 13:35:45 2016
+++ src/sbin/iscsid/iscsid.8 Thu Apr 14 18:52:27 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: iscsid.8,v 1.13 2016/05/29 13:35:45 mlelstv Exp $
+.\" $NetBSD: iscsid.8,v 1.14 2022/04/14 18:52:27 pgoyette 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 November 10, 2015
+.Dd April 14, 2022
.Dt ISCSID 8
.Os
.Sh NAME
@@ -77,13 +77,6 @@ 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 ,