summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.sparc64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-03-05 01:44:53 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-03-05 01:44:53 +0000
commitcb4e539861dbd56824e1bc742c6914bee17d1b2e (patch)
tree828f19cfd1a2b7fc8489b8644235decd3068f55d /share/man/man4/man4.sparc64
parenta4385619703fa827222d5c66f6db70c70b021412 (diff)
Preliminary xbox support: attaches, memory mapping and interrupts work, but
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future.
Diffstat (limited to 'share/man/man4/man4.sparc64')
-rw-r--r--share/man/man4/man4.sparc64/Makefile4
-rw-r--r--share/man/man4/man4.sparc64/intro.46
-rw-r--r--share/man/man4/man4.sparc64/xbox.450
3 files changed, 56 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile
index 4741e8c45e7..21520f8c202 100644
--- a/share/man/man4/man4.sparc64/Makefile
+++ b/share/man/man4/man4.sparc64/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.41 2004/11/29 18:12:50 miod Exp $
+# $OpenBSD: Makefile,v 1.42 2005/03/05 01:44:50 miod Exp $
MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \
be.4 beeper.4 bwtwo.4 \
central.4 cgsix.4 cgthree.4 clkbrd.4 clock.4 comkbd.4 creator.4 \
ebus.4 esp.4 fhc.4 intro.4 le.4 magma.4 mem.4 mgx.4 openprom.4 \
pcons.4 psycho.4 qe.4 qec.4 rfx.4 sab.4 schizo.4 spif.4 \
- timer.4 tvtwo.4 upa.4 uperf.4 vgafb.4 vigra.4 zs.4 zx.4
+ timer.4 tvtwo.4 upa.4 uperf.4 vgafb.4 vigra.4 xbox.4 zs.4 zx.4
MLINKS= clock.4 rtc.4 \
le.4 lebuffer.4 le.4 ledma.4 \
mem.4 kmem.4 \
diff --git a/share/man/man4/man4.sparc64/intro.4 b/share/man/man4/man4.sparc64/intro.4
index 22aa36172ed..961c3930b9b 100644
--- a/share/man/man4/man4.sparc64/intro.4
+++ b/share/man/man4/man4.sparc64/intro.4
@@ -1,9 +1,9 @@
-.\" $OpenBSD: intro.4,v 1.42 2004/11/29 18:12:50 miod Exp $
+.\" $OpenBSD: intro.4,v 1.43 2005/03/05 01:44:50 miod Exp $
.\"
.\" Copyright (c) 2001-2002 The OpenBSD Project
.\" All Rights Reserved.
.\"
-.Dd November 29, 2004
+.Dd March 4, 2005
.Dt INTRO 4 sparc64
.Os
.Sh NAME
@@ -190,6 +190,8 @@ PCI graphics frame buffer.
8 bit SBus color framebuffer with VGA-compatible modes and connector.
.It Xr wi 4
WaveLAN/IEEE, PRISM 2-3 and Spectrum24 802.11B wireless network adapters.
+.It Xr xbox 4
+SBus Expansion subsystem.
.It Xr xl 4
xl 3Com EtherLink XL and Fast EtherLink XL Ethernet driver.
.It Xr zs/zstty/zskbd 4
diff --git a/share/man/man4/man4.sparc64/xbox.4 b/share/man/man4/man4.sparc64/xbox.4
new file mode 100644
index 00000000000..85ee4cd78a3
--- /dev/null
+++ b/share/man/man4/man4.sparc64/xbox.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: xbox.4,v 1.1 2005/03/05 01:44:50 miod 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.
+.\"
+.\" 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 March 4, 2005
+.Dt XBOX 4 sparc64
+.Os
+.Sh NAME
+.Nm xbox
+.Nd SPARC SBus Expansion Subsystem
+.Sh SYNOPSIS
+.Cd "xbox* at sbus?"
+.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 ,
+.Xr sbus 4
+.Sh BUGS
+DMA support through
+.Nm
+is currently not implemented.
+This means that SBus devices using DMA (such as SCSI and some Ethernet
+controllers) will not attach correctly, and will not work.