diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-29 20:09:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-29 20:09:10 +0000 |
commit | 5c79efa10f812c62b51f9e07c1a79c4ff8809620 (patch) | |
tree | bf90ddde3697714468deb63effc2c55f385c9ded /share/man/man4 | |
parent | 66c4fb2cee8bba0257de3ae12f3879e58dbe6e7c (diff) |
simple dino manpage
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.hppa/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/dino.4 | 53 |
2 files changed, 56 insertions, 3 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile index 2b62beaa690..5058d540438 100644 --- a/share/man/man4/man4.hppa/Makefile +++ b/share/man/man4/man4.hppa/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2003/08/20 21:17:08 mickey Exp $ +# $OpenBSD: Makefile,v 1.14 2003/09/29 20:09:09 mickey Exp $ -MAN= asp.4 cpu.4tbl gsc.4 gsckbc.4 gsckbd.4 harmony.4 ie.4 +MAN= asp.4 cpu.4tbl dino.4 gsc.4 gsckbc.4 gsckbd.4 harmony.4 ie.4 MAN+= intro.4tbl io.4tbl lasi.4 phantomas.4 power.4 wax.4 -# mongoose.4 dino.4 tir.4 xbar.4 mcx.4 +# mongoose.4 tir.4 xbar.4 mcx.4 MANSUBDIR=hppa .include <bsd.prog.mk> diff --git a/share/man/man4/man4.hppa/dino.4 b/share/man/man4/man4.hppa/dino.4 new file mode 100644 index 00000000000..1b3923af46f --- /dev/null +++ b/share/man/man4/man4.hppa/dino.4 @@ -0,0 +1,53 @@ +.\" $OpenBSD: dino.4,v 1.1 2003/09/29 20:09:09 mickey Exp $ +.\" +.\" Copyright (c) 2003 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 September 29, 2003 +.Dt DINO 4 hppa +.Os +.Sh NAME +.Nm dino +.Nd Dino and Cujo Host/PCI bridges +.Sh SYNOPSIS +.Cd "dino* at phantomas?" +.Cd "pci* at dino?" +.Sh DESCRIPTION +This driver supports +.Tn Dino +and +.Tn Cujo +Host/PCI bridges found on the A, B, and C models of workstations. +.Tn Cujo +is a 64 bit datapath version of +.Tn Dino . +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , +.Xr phantomas 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 3.5 . |