diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-04-18 12:36:59 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-04-18 12:36:59 +0000 |
commit | e02e3be47f18a81bd4fec3b18ee76117f9978983 (patch) | |
tree | 2fc8da6ab01ec3dce4935a837d261a56769c926a /share | |
parent | 73bc5e28bc0f034f299a1f21b2c3a979baab971e (diff) |
xbox docs
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/xbox.4 | 54 |
2 files changed, 56 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile index ad34ef81ce8..5c5423f4d29 100644 --- a/share/man/man4/man4.sparc/Makefile +++ b/share/man/man4/man4.sparc/Makefile @@ -1,10 +1,10 @@ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 -# $Id: Makefile,v 1.11 1999/02/04 03:45:48 jason Exp $ +# $Id: Makefile,v 1.12 1999/04/18 12:36:58 jason Exp $ MAN= intro.4 MAN+= audioamd.4 be.4 bwtwo.4 cgtwo.4 cgthree.4 cgfour.4 cgsix.4 cgeight.4 MAN+= cgfourteen.4 esp.4 fd.4 hme.4 ie.4 kbd.4 le.4 magma.4 mem.4 ms.4 -MAN+= openprom.4 qe.4 qec.4 si.4 spif.4 sw.4 tcx.4 xd.4 xy.4 zs.4 +MAN+= openprom.4 qe.4 qec.4 si.4 spif.4 sw.4 tcx.4 xbox.4 xd.4 xy.4 zs.4 MLINKS= mem.4 kmem.4 MANSUBDIR=/sparc diff --git a/share/man/man4/man4.sparc/xbox.4 b/share/man/man4/man4.sparc/xbox.4 new file mode 100644 index 00000000000..f97f15cdbad --- /dev/null +++ b/share/man/man4/man4.sparc/xbox.4 @@ -0,0 +1,54 @@ +.\" $OpenBSD: xbox.4,v 1.1 1999/04/18 12:36:58 jason Exp $ +.\" +.\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by Jason L. Wright +.\" 4. The name of the author may not be used to endorse or promote products +.\" derived from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +.\" DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, +.\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +.\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd April 11, 1999 +.Dt XBOX 4 sparc +.Os +.Sh NAME +.Nm xbox +.Nd SPARC SBus Expansion Subsystem +.Sh SYNOPSIS +.Cd "xbox* at sbus? slot ? offset ? " Pq "sun4c/sun4m" +.Cd "sbus* at xbox?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Sun SBus Expansion Subsystem. +This device consists of an SBus card and a chassis which has +three additional SBus slots. +.Sh SEE ALSO +.Xr intro 4 +.Sh HISTORY +.Ox +support for the +.Nm +first appeared in +.Ox 2.6 . |