diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-03 23:35:08 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-07-03 23:35:08 +0000 |
commit | 5598063b9aee97029d76047f9717658a7429e7bd (patch) | |
tree | ef16cfa8a6cf3839f70669e026977fe52dfc8f1a | |
parent | 8963c2213a68c24432cf80599b69105cd366330f (diff) |
Mention ioprbs(4)
-rw-r--r-- | share/man/man4/iopsp.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/iopsp.4 b/share/man/man4/iopsp.4 index 3ba167de128..4421997f881 100644 --- a/share/man/man4/iopsp.4 +++ b/share/man/man4/iopsp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iopsp.4,v 1.2 2001/07/03 06:26:05 mickey Exp $ +.\" $OpenBSD: iopsp.4,v 1.3 2001/07/03 23:35:07 niklas Exp $ .\" $NetBSD: iopsp.4,v 1.2 2000/12/11 13:11:59 ad Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -63,10 +63,13 @@ message will be displayed during configuration. For example: .Ed .Pp Such devices will usually be indirectly accessible as block devices, either -individually or as part of an array. +individually or as part of an array. For accessing these, there is the +.Nm ioprbs +driver. .Sh SEE ALSO .Xr intro 4 , .Xr iop 4 , +.Xr ioprbs 4 , .Xr scsibus 4 .Sh HISTORY The |