diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-03-14 19:46:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-03-14 19:46:44 +0000 |
commit | be61bc88b627f5ba159d3cf347871bde0b81719b (patch) | |
tree | 76f8534525b338d6a8b6e873ce4a514c26dd2ddd | |
parent | a90bba0e00596f1801a3ea6e77d60c2d4836f32c (diff) |
From NetBSD: man page for ebus
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 8 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/ebus.4 | 62 |
2 files changed, 66 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 50f33360eda..1e2a902b95b 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2002/03/14 19:37:07 jason Exp $ +# $OpenBSD: Makefile,v 1.21 2002/03/14 19:46:43 jason Exp $ -# TODO: auxio.4 clock.4 ebus.4 psycho.4 timer.4 +# TODO: auxio.4 clock.4 psycho.4 timer.4 MAN= apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 be.4 beeper.4 \ - cgsix.4 cgthree.4 \ - comkbd.4 esp.4 gem.4 hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 \ + cgsix.4 cgthree.4 comkbd.4 \ + ebus.4 esp.4 gem.4 hme.4 intro.4 le.4 magma.4 mem.4 openprom.4 \ pcons.4 qe.4 qec.4 sab.4 spif.4 uperf.4 vgafb.4 zs.4 MLINKS= mem.4 kmem.4 \ sab.4 sabtty.4 \ diff --git a/share/man/man4/man4.sparc64/ebus.4 b/share/man/man4/man4.sparc64/ebus.4 new file mode 100644 index 00000000000..b3e13af9c12 --- /dev/null +++ b/share/man/man4/man4.sparc64/ebus.4 @@ -0,0 +1,62 @@ +.\" $NetBSD: ebus.4,v 1.3 2002/03/13 21:42:20 wiz Exp $ +.\" +.\" Copyright (c) 1999 Matthew R. Green +.\" 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. 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 March 13, 2002 +.Dt EBUS 4 +.Os +.Sh NAME +.Nm EBus +.Nd introduction to SPARC EBus bus support and drivers +.Sh SYNOPSIS +.Cd "ebus* at pci?" +.Sh DESCRIPTION +The +.Nm +bus is designed to provide the ability to put ISA and traditional +Intel-style peripherals in a SPARC based system with a minimal amount +of glue logic. +Typically, it is implemented in the PCIO IC from SME, which also +implements a +.Xr hme 4 +compatible PCI network device +.Pf ( Ql network ) . +The +.Nm +has four DMA channels, similar to the DMA seen in the +.Xr esp 4 +.\" XXX: prevent SC-SI +.hw SCSI +SCSI DMA. +.Sh SEE ALSO +.Rs +.%A Sun Microelectronics +.%B Peripheral Component Interconnect Input Output Controller +.%V Part\ No.:\ 802-7837-01 +.%D March 1997 +.%O "http://www.sun.com/microelectronics/manuals/802-7837.pdf" +.Re |