diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2022-04-14 18:52:27 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2022-04-14 18:52:27 +0000 |
| commit | fe0dbdc40fce61ee87f52d43d49ee8b29b85090b (patch) | |
| tree | 30355b10fe65b2039766097103a75084c2743982 /sbin | |
| parent | caac84a36b78e08b395830d58dee88fa26e7916a (diff) | |
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 (limited to 'sbin')
| -rw-r--r-- | sbin/iscsid/iscsid.8 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sbin/iscsid/iscsid.8 b/sbin/iscsid/iscsid.8 index 094ef587a0e..c19a435ec52 100644 --- a/sbin/iscsid/iscsid.8 +++ b/sbin/iscsid/iscsid.8 @@ -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> .\" 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 communication socket. 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 , |
