Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/iscsid iscsid(8) no longer requires scsibus(4) and sd(4...



details:   https://anonhg.NetBSD.org/src/rev/3e669adf6e12
branches:  trunk
changeset: 365218:3e669adf6e12
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Apr 14 18:52:27 2022 +0000

description:
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.

diffstat:

 sbin/iscsid/iscsid.8 |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r e637e31f4cda -r 3e669adf6e12 sbin/iscsid/iscsid.8
--- a/sbin/iscsid/iscsid.8      Thu Apr 14 16:51:57 2022 +0000
+++ b/sbin/iscsid/iscsid.8      Thu Apr 14 18:52:27 2022 +0000
@@ -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 <agc%NetBSD.org@localhost>
 .\" 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 @@
 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 ,



Home | Main Index | Thread Index | Old Index