summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2010-03-04 14:50:36 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2010-03-04 14:50:36 +0000
commit362b413ed4f676c5cb0c69ebaac4fca2acafb315 (patch)
tree776b85fc168b29aeae3e55a88a1afec837eafe87 /share
parent6c7b46ab88c086928bfcbd0bd0c184cfb4273dca (diff)
Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphics
card, which can be found in Octane, Octane2, Fuel, Tezro and Onyx systems. ok miod@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sgi/Makefile4
-rw-r--r--share/man/man4/man4.sgi/odyssey.455
2 files changed, 57 insertions, 2 deletions
diff --git a/share/man/man4/man4.sgi/Makefile b/share/man/man4/man4.sgi/Makefile
index 4324cb39131..8920c2f758a 100644
--- a/share/man/man4/man4.sgi/Makefile
+++ b/share/man/man4/man4.sgi/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.16 2009/11/10 17:08:06 miod Exp $
+# $OpenBSD: Makefile,v 1.17 2010/03/04 14:50:35 jsing Exp $
MAN= dsrtc.4 gbe.4 iec.4 intro.4 ioc.4 iockbc.4 iof.4 \
- macebus.4 mavb.4 mec.4 mkbc.4 \
+ macebus.4 mavb.4 mec.4 mkbc.4 odyssey.4 \
owmac.4 owserial.4 power.4 xbow.4 xbridge.4 xheart.4
MLINKS= macebus.4 macepcibr.4 \
xbridge.4 xbpci.4
diff --git a/share/man/man4/man4.sgi/odyssey.4 b/share/man/man4/man4.sgi/odyssey.4
new file mode 100644
index 00000000000..33783b40d5f
--- /dev/null
+++ b/share/man/man4/man4.sgi/odyssey.4
@@ -0,0 +1,55 @@
+.\" $OpenBSD: odyssey.4,v 1.1 2010/03/04 14:50:35 jsing Exp $
+.\"
+.\" Copyright (c) 2010 Joel Sing <jsing@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 4 2010 $
+.Dt ODYSSEY 4 sgi
+.Os
+.Sh NAME
+.Nm odyssey
+.Nd SGI VPro (aka Odyssey) graphics card driver
+.Sh SYNOPSIS
+.Cd "odyssey* at xbow?"
+.Cd "wsdisplay* at odyssey?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the VPro (aka Odyssey) graphics card, which can be
+found in SGI
+.Tn Octane ,
+.Tn Octane2 ,
+.Tn Fuel ,
+.Tn Tezro
+and
+.Tn Onyx
+systems.
+Console support is provided by the
+.Xr wscons 4
+console framework.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr wscons 4 ,
+.Xr wsdisplay 4 ,
+.Xr xbow 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.7 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Joel Sing .