diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-08 05:24:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-08 05:24:45 +0000 |
commit | d7a230e9ef009b69b09c3481083478b0cd44f987 (patch) | |
tree | e5ac6e16aa908d9f344944906d77913a9fbbe574 | |
parent | d40f1546ac637bb21cac4a8dcea1d58351b7a11c (diff) |
some fluffy mongoose page as afar as there is a fluffy driver
-rw-r--r-- | share/man/man4/man4.hppa/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/mongoose.4 | 54 |
2 files changed, 57 insertions, 3 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile index 45ab7ce9d35..f609e8c2db9 100644 --- a/share/man/man4/man4.hppa/Makefile +++ b/share/man/man4/man4.hppa/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2004/03/17 00:42:43 miod Exp $ +# $OpenBSD: Makefile,v 1.18 2004/06/08 05:24:44 mickey Exp $ MAN= asp.4 cpu.4tbl dino.4 gsc.4 gsckbc.4 gsckbd.4 harmony.4 ie.4 -MAN+= intro.4 io.4 lasi.4 mem.4 phantomas.4 power.4 wax.4 -# mongoose.4 tir.4 xbar.4 mcx.4 +MAN+= intro.4 io.4 lasi.4 mem.4 mongoose.4 phantomas.4 power.4 wax.4 +# tir.4 xbar.4 mcx.4 MLINKS+= mem.4 kmem.4 MANSUBDIR=hppa diff --git a/share/man/man4/man4.hppa/mongoose.4 b/share/man/man4/man4.hppa/mongoose.4 new file mode 100644 index 00000000000..a0c4c185f1c --- /dev/null +++ b/share/man/man4/man4.hppa/mongoose.4 @@ -0,0 +1,54 @@ +.\" $OpenBSD: mongoose.4,v 1.1 2004/06/08 05:24:34 mickey Exp $ +.\" +.\" Copyright (c) 2004 Michael Shalayeff +.\" 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 MIND, +.\" 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 June 8, 2004 +.Dt MONGOOSE 4 hppa +.Os +.Sh NAME +.Nm mongoose +.Nd EISA Bus adapter +.Sh SYNOPSIS +.Cd "mongoose0 at mainbus?" +.Cd "eisa* at mongoose?" +.Sh DESCRIPTION +Provides an interface from the CPU-memory bus to EISA and ISA +devices. Two variations exists providing the same functionality +based on +.Tn Intel i82350 +or a +.Tn Texas Instruments +chips. +Depending on the model the bus clock is either 25 MHz or 33 MHz. +.Sh SEE ALSO +.Xr eisa 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 2.6 . +.Sh BUGS +Has some. |