diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2011-04-28 03:03:42 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2011-04-28 03:03:42 +0000 |
commit | 7c46124c1f9b4e99b5ca7e36469b292d77b6663f (patch) | |
tree | cc004eb1cc8525be57592923e7aec277e0535308 | |
parent | 439234178d54f26f8dbfec1a465023ee231b6e34 (diff) |
document hds(4).
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/hds.4 | 46 | ||||
-rw-r--r-- | share/man/man4/mpath.4 | 6 | ||||
-rw-r--r-- | share/man/man4/scsi.4 | 6 |
4 files changed, 56 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index ba387f9946a..35576f9a3e0 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.523 2011/04/18 16:52:11 thib Exp $ +# $OpenBSD: Makefile,v 1.524 2011/04/28 03:03:41 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -24,7 +24,7 @@ MAN= aac.4 ac97.4 acphy.4 \ faith.4 fd.4 fdc.4 fins.4 fintek.4 fms.4 fpa.4 fxp.4 gdt.4 \ gentbi.4 gem.4 gif.4 \ glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 gtp.4 \ - hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \ + hds.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \ ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 ifmedia.4 \ iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \ iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \ diff --git a/share/man/man4/hds.4 b/share/man/man4/hds.4 new file mode 100644 index 00000000000..038e96d114a --- /dev/null +++ b/share/man/man4/hds.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: hds.4,v 1.1 2011/04/28 03:03:41 dlg Exp $ +.\" +.\" Copyright (c) 2011 David Gwynne <dlg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 28 2011 $ +.Dt HDS 4 +.Os +.Sh NAME +.Nm hds +.Nd Hitachi Modular Storage SCSI devices +.Sh SYNOPSIS +.Cd "hds* at scsibus?" +.Sh DESCRIPTION +The +.Nm +driver attaches to Hitachi Modular Storage logical units. +Each path to an active service processor attached to by +.Nm +is presented to +.Xr mpath 4 +which uses it as a backend to the logical unit attached to its own +.Xr scsibus 4 . +.Sh SEE ALSO +.Xr ioctl 2 , +.Xr intro 4 , +.Xr mpath 4 , +.Xr scsi 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 5.0 . +.Sh AUTHORS +.An David Gwynne Aq dlg@openbsd.org . diff --git a/share/man/man4/mpath.4 b/share/man/man4/mpath.4 index 7414d9c1d06..cd34fe97c96 100644 --- a/share/man/man4/mpath.4 +++ b/share/man/man4/mpath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpath.4,v 1.3 2011/04/06 11:54:56 dlg Exp $ +.\" $OpenBSD: mpath.4,v 1.4 2011/04/28 03:03:41 dlg Exp $ .\" .\" Copyright (c) 2009 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 6 2011 $ +.Dd $Mdocdate: April 28 2011 $ .Dt MPATH 4 .Os .Sh NAME @@ -22,6 +22,7 @@ .Nd SCSI multipath .Sh SYNOPSIS .Cd "emc* at scsibus?" +.Cd "hds* at scsibus?" .Cd "rdac* at scsibus?" .Cd "sym* at scsibus?" .Pp @@ -39,6 +40,7 @@ as backends to a single device attached to its own .Sh SEE ALSO .Xr ioctl 2 , .Xr emc 4 , +.Xr hds 4 , .Xr intro 4 , .Xr rdac 4 , .Xr scsi 4 , diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index 71c8c258d16..a2eb8c1c739 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.4,v 1.33 2011/04/06 11:54:56 dlg Exp $ +.\" $OpenBSD: scsi.4,v 1.34 2011/04/28 03:03:41 dlg Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 6 2011 $ +.Dd $Mdocdate: April 28 2011 $ .Dt SCSI 4 .Os .Sh NAME @@ -44,6 +44,7 @@ .Pp .Cd "# multipath support" .Cd "emc* at scsibus?" +.Cd "hds* at scsibus?" .Cd "rdac* at scsibus?" .Cd "sym* at scsibus?" .Cd "scsibus* at mpath?" @@ -167,6 +168,7 @@ shows more detailed information including DMA scatter-gather logs. .Xr cd 4 , .Xr ch 4 , .Xr emc 4 , +.Xr hds 4 , .Xr intro 4 , .Xr mpath 4 , .Xr rdac 4 , |