diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-09 19:07:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-03-09 19:07:23 +0000 |
commit | 50c33b867539b615bcaafc9b9ddc8e40e7699d39 (patch) | |
tree | 90ebc4f678f792e799cf2f43302f3b7085e6f247 /share/man/man4 | |
parent | 29af8f3d22ec8444ea4bc2fd93730859cb5c8354 (diff) |
vpci(4)
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/vpci.4 | 46 |
2 files changed, 48 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index efd1ec9c52c..d2e888748af 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2008/03/08 19:41:41 kettenis Exp $ +# $OpenBSD: Makefile,v 1.60 2008/03/09 19:07:22 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 central.4 cgsix.4 cgthree.4 \ @@ -7,7 +7,7 @@ MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \ magma.4 mem.4 mgx.4 openprom.4 \ pcons.4 pmc.4 power.4 ppm.4 psycho.4 pyro.4 qe.4 qec.4 rfx.4 sab.4 \ schizo.4 spif.4 tda.4 timer.4 tvtwo.4 upa.4 uperf.4 \ - vbus.4 vcons.4 vigra.4 vrtc.4 xbox.4 \ + vbus.4 vcons.4 vigra.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/vpci.4 b/share/man/man4/man4.sparc64/vpci.4 new file mode 100644 index 00000000000..cc521a16ffd --- /dev/null +++ b/share/man/man4/man4.sparc64/vpci.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: vpci.4,v 1.1 2008/03/09 19:07:22 kettenis Exp $ +.\" +.\" Copyright (c) 2008 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: March 9 2008 $ +.Dt VPCI 4 sparc64 +.Os +.Sh NAME +.Nm vpci +.Nd virtual Host/PCIe bridge +.Sh SYNOPSIS +.Cd "vpci* at mainbus0" +.Cd "pci* at vpci?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the virtual PCIe host bridge provided by the +UltraSPARC Hypervisor as found on sun4v systems. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , +.Xr psycho 4 , +.Xr pyro 4 , +.Xr schizo 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq kettenis@openbsd.org . |