diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2004-09-22 21:51:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2004-09-22 21:51:46 +0000 |
commit | e54f5dabf071692ed72c4f3e8312ccdfe3925cf8 (patch) | |
tree | 5ae540b4c50ffa2f3a77c894082bea1338d1c9b4 | |
parent | 39bd99d4e7da1848d3289ae27a2eb252fc90d633 (diff) |
fhc and central stuff
-rw-r--r-- | share/man/man4/man4.sparc64/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/fhc.4 | 53 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/intro.4 | 6 |
3 files changed, 61 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc64/Makefile b/share/man/man4/man4.sparc64/Makefile index 8e28c5b0656..a6d6968c1b8 100644 --- a/share/man/man4/man4.sparc64/Makefile +++ b/share/man/man4/man4.sparc64/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2004/06/21 04:43:41 miod Exp $ +# $OpenBSD: Makefile,v 1.37 2004/09/22 21:51:45 jason Exp $ # TODO: clock.4 timer.4 MAN= agten.4 apio.4 asio.4 audioce.4 audiocs.4 autoconf.4 auxio.4 \ be.4 beeper.4 bwtwo.4 \ - cgsix.4 cgthree.4 comkbd.4 creator.4 \ - ebus.4 esp.4 intro.4 le.4 magma.4 mem.4 mgx.4 openprom.4 \ + central.4 cgsix.4 cgthree.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 \ upa.4 uperf.4 vgafb.4 zs.4 zx.4 MLINKS= le.4 lebuffer.4 le.4 ledma.4 \ diff --git a/share/man/man4/man4.sparc64/fhc.4 b/share/man/man4/man4.sparc64/fhc.4 new file mode 100644 index 00000000000..9c396cdc53a --- /dev/null +++ b/share/man/man4/man4.sparc64/fhc.4 @@ -0,0 +1,53 @@ +.\" $OpenBSD: fhc.4,v 1.1 2004/09/22 21:51:45 jason Exp $ +.\" +.\" Copyright (c) 2004 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 September 22, 2004 +.Dt FHC 4 sparc64 +.Os +.Sh NAME +.Nm fhc +.Nd SPARC64 FireHose Controller +.Sh SYNOPSIS +.Cd "fhc* at central?" +.Cd "fhc* at mainbus0" +.Sh DESCRIPTION +The +.Nm +device provides support for the +FireHose Controllers +found on Sunfire, Starfire, and Wildfire +UltraSPARC systems. +These devices are used for board level +functions on these systems. +.Sh SEE ALSO +.Xr central 4 , +.Xr intro 4 +.Sh HISTORY +.Ox +support for the +.Nm +first appeared in +.Ox 3.7 . diff --git a/share/man/man4/man4.sparc64/intro.4 b/share/man/man4/man4.sparc64/intro.4 index f3aba80a90a..492bd382d18 100644 --- a/share/man/man4/man4.sparc64/intro.4 +++ b/share/man/man4/man4.sparc64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.34 2004/08/17 23:49:21 jaredy Exp $ +.\" $OpenBSD: intro.4,v 1.35 2004/09/22 21:51:45 jason Exp $ .\" .\" Copyright (c) 2001-2002 The OpenBSD Project .\" All Rights Reserved. @@ -91,6 +91,8 @@ PCI Trident 4DWAVE DX/NX, SiS 7018, ALi M5451 audio. Simple speaker beeper. .It Xr bwtwo 4 SBus monochrome graphics frame buffer. +.It Xr central 4 +Central bus controller. .It Xr cgsix 4 8 bit SBus color graphics frame buffer. .It Xr cgthree 4 @@ -111,6 +113,8 @@ Ensoniq AudioPCI based audio. ESS Technology Solo-1 PCI AudioDrive based audio. .It Xr esp 4 ESP SCSI controller. +.It Xr fhc 4 +FireHose controller. .It Xr fxp 4 Intel EtherExpress PRO/100 Ethernet driver. .It Xr gem 4 |