diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-12 20:43:45 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-12 20:43:45 +0000 |
commit | 7cc96ddeb332eda80f8e373646acb9ffa998e14f (patch) | |
tree | 659600141f7d6236d2175404b0f5b2510641fcda /share | |
parent | bfa63b300f95ba373af190274515f1e2fe749876 (diff) |
vdsk(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/vdsk.4 | 50 |
2 files changed, 52 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 9966428e19d..4929e1e2f59 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2009/01/04 18:46:09 kettenis Exp $ +# $OpenBSD: Makefile,v 1.69 2009/01/12 20:43:44 kettenis Exp $ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \ bbc.4 be.4 beeper.4 bpp.4 bwtwo.4 cbus.4 central.4 cgsix.4 cgthree.4 \ @@ -8,7 +8,7 @@ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \ pcons.4 pmc.4 power.4 ppm.4 prtc.4 psycho.4 pyro.4 qe.4 qec.4 rfx.4 \ sab.4 sbbc.4 schizo.4 spif.4 ssm.4 \ tda.4 timer.4 tvtwo.4 upa.4 uperf.4 \ - vbus.4 vcons.4 vigra.4 vnet.4 vpci.4 vrtc.4 xbox.4 \ + vbus.4 vcons.4 vdsk.4 vigra.4 vnet.4 vpci.4 vrtc.4 xbox.4 \ zs.4 zx.4 MLINKS= beeper.4 beep.4 \ clock.4 rtc.4 \ diff --git a/share/man/man4/man4.sparc64/vdsk.4 b/share/man/man4/man4.sparc64/vdsk.4 new file mode 100644 index 00000000000..cd842457b97 --- /dev/null +++ b/share/man/man4/man4.sparc64/vdsk.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: vdsk.4,v 1.1 2009/01/12 20:43:44 kettenis Exp $ +.\" +.\" Copyright (c) 2009 Mark Kettenis <kettenis@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: January 12 2009 $ +.Dt VDSK 4 sparc64 +.Os +.Sh NAME +.Nm vdsk +.Nd virtual disk +.Sh SYNOPSIS +.Cd "vdsk* at cbus?" +.Cd "scsibus* at vdsk?" +.Sh DESCRIPTION +The +.Nm +driver provides a virtual disk using the services provided by the +UltraSPARC Hypervisor as found on sun4v systems. +It connects to a virtual disk server (vds) device in another logical +domain using a logical domain channel provided by the hypervisor. +.Pp +The +.Nm +driver supports version 1.0 of the vDisk protocol. +.Sh SEE ALSO +.Xr cbus 4 , +.Xr intro 4 , +.Xr scsi 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.5 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq kettenis@openbsd.org . |