summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2015-12-09 00:34:10 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2015-12-09 00:34:10 +0000
commit5f9e4783223aec658b22540b58f21cb6e6596ac3 (patch)
tree4090986e27582ee572f0dffba2d3e840f9995c81 /share
parent0fef5df8610b6ae751f7cdd849cca3336c3ae116 (diff)
xspd(4) man page
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile5
-rw-r--r--share/man/man4/xspd.450
2 files changed, 53 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 74725f7f579..19f64b98456 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.607 2015/12/09 00:26:39 mikeb Exp $
+# $OpenBSD: Makefile,v 1.608 2015/12/09 00:34:09 mikeb Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -73,7 +73,8 @@ MAN= aac.4 ac97.4 acphy.4 \
vscsi.4 vte.4 vxlan.4 \
watchdog.4 wb.4 wbenv.4 wbng.4 wbsd.4 wbsio.4 wd.4 wdc.4 wdsc.4 we.4 \
wi.4 wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \
- xe.4 xen.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4
+ xe.4 xen.4 xf86.4 xge.4 xhci.4 xl.4 xmphy.4 xspd.4 \
+ yds.4 ym.4 zero.4 zyd.4
MLINKS+=adv.4 adw.4
MLINKS+=audio.4 mixer.4
diff --git a/share/man/man4/xspd.4 b/share/man/man4/xspd.4
new file mode 100644
index 00000000000..049b41606b9
--- /dev/null
+++ b/share/man/man4/xspd.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: xspd.4,v 1.1 2015/12/09 00:34:09 mikeb Exp $
+.\"
+.\" Copyright (c) 2015 Mike Belopuhov
+.\"
+.\" 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: December 9 2015 $
+.Dt XSPD 4
+.Os
+.Sh NAME
+.Nm xspd
+.Nd XenSource Platform Device driver
+.Sh SYNOPSIS
+.Cd "xspd0 at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides
+.Xr xen 4
+with alternative means to deliver virtual interrupts into the guest
+system via
+.Xr pci 4
+interrupt allocation.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr xen 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 5.9 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Mike Belopuhov Aq Mt mikeb@openbsd.org
+from scratch, inspired by the
+.Fx
+implementation.