summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/man4.hppa/Makefile7
-rw-r--r--share/man/man4/man4.hppa/dino.48
-rw-r--r--share/man/man4/man4.hppa/intro.47
-rw-r--r--share/man/man4/man4.hppa/io.44
-rw-r--r--share/man/man4/man4.hppa/lasi.44
-rw-r--r--share/man/man4/man4.hppa/mongoose.43
-rw-r--r--share/man/man4/man4.hppa/runway.446
-rw-r--r--share/man/man4/man4.hppa/uturn.449
8 files changed, 118 insertions, 10 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile
index 5b28108f91f..f68826e1f5b 100644
--- a/share/man/man4/man4.hppa/Makefile
+++ b/share/man/man4/man4.hppa/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.19 2004/09/14 22:03:29 mickey Exp $
+# $OpenBSD: Makefile,v 1.20 2004/09/15 21:33:22 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 mongoose.4 pdc.4 phantomas.4 power.4 wax.4
+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 mongoose.4 pdc.4 phantomas.4 power.4
+MAN+= runway.4 uturn.4 wax.4
# tir.4 xbar.4 mcx.4
MLINKS+= mem.4 kmem.4
MANSUBDIR=hppa
diff --git a/share/man/man4/man4.hppa/dino.4 b/share/man/man4/man4.hppa/dino.4
index 6bd55612ef0..7725b6e4b94 100644
--- a/share/man/man4/man4.hppa/dino.4
+++ b/share/man/man4/man4.hppa/dino.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dino.4,v 1.4 2004/02/17 19:30:22 jmc Exp $
+.\" $OpenBSD: dino.4,v 1.5 2004/09/15 21:33:22 mickey Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\" All rights reserved.
@@ -31,6 +31,7 @@
.Nd Dino and Cujo Host/PCI bridges
.Sh SYNOPSIS
.Cd "dino* at phantomas?"
+.Cd "dino* at uturn?"
.Cd "com1 at dino? irq 11"
.Cd "pci* at dino?"
.Sh DESCRIPTION
@@ -38,7 +39,7 @@ This driver supports
.Tn Dino
and
.Tn Cujo
-Host/PCI bridges found on the A, B, and C models of workstations.
+Host/PCI bridges found on the A, B, C and J-class workstations.
.Tn Cujo
is a 64 bit datapath version of
.Tn Dino .
@@ -52,7 +53,8 @@ keyboard and mouse ports, though the latter are not yet supported.
.Xr com 4 ,
.Xr intro 4 ,
.Xr pci 4 ,
-.Xr phantomas 4
+.Xr phantomas 4 ,
+.Xr uturn 4
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/man4.hppa/intro.4 b/share/man/man4/man4.hppa/intro.4
index fd62008352c..b94029cfe7c 100644
--- a/share/man/man4/man4.hppa/intro.4
+++ b/share/man/man4/man4.hppa/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.8 2004/08/30 08:52:23 jmc Exp $
+.\" $OpenBSD: intro.4,v 1.9 2004/09/15 21:33:22 mickey Exp $
.\"
.\" Copyright (c) 2002,2003 Paul Weissmann
.\" All rights reserved.
@@ -211,6 +211,8 @@ Phantom PseudoBC GSC+ Port.
.It Xr power 4
The power button interface allowing graceful shutdown of the
system should being depressed on the running system.
+.It Xr uturn 4
+U2/Uturn, Runway to GSC Bus bridge & IOA.
.It Xr siop 4
.Tn LSI/Symbios Logic/NCR
53C8xx SCSI I/O processor.
@@ -225,7 +227,10 @@ implementations for add-on devices.
.El
.Sh SEE ALSO
.Xr autoconf 4 ,
+.Xr gsc 4 ,
.Xr io 4 ,
+.Xr pci 4 ,
+.Xr runway 4 ,
.Xr config 8
.Sh HISTORY
The
diff --git a/share/man/man4/man4.hppa/io.4 b/share/man/man4/man4.hppa/io.4
index 77f8b4bb3ab..0b0d89f0537 100644
--- a/share/man/man4/man4.hppa/io.4
+++ b/share/man/man4/man4.hppa/io.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: io.4,v 1.9 2004/09/02 07:20:36 mickey Exp $
+.\" $OpenBSD: io.4,v 1.10 2004/09/15 21:33:22 mickey Exp $
.\"
.\" Copyright (c) 2003,2004 Paul Weissmann
.\" All rights reserved.
@@ -156,8 +156,10 @@ Formac+ FDDI,
.Xr lasi 4 ,
.Xr oosiop 4 ,
.Xr osiop 4 ,
+.Xr runway 4 ,
.Xr siop 4 ,
.Xr sti 4 ,
+.Xr uturn 4
.Xr wax 4
.Sh HISTORY
The
diff --git a/share/man/man4/man4.hppa/lasi.4 b/share/man/man4/man4.hppa/lasi.4
index 06bb34789e2..f5c82cbae65 100644
--- a/share/man/man4/man4.hppa/lasi.4
+++ b/share/man/man4/man4.hppa/lasi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lasi.4,v 1.23 2004/04/17 23:54:47 mickey Exp $
+.\" $OpenBSD: lasi.4,v 1.24 2004/09/15 21:33:22 mickey Exp $
.\"
.\"
.\" Copyright (c) 1999 Michael Shalayeff
@@ -36,6 +36,7 @@ workstations and single-board computers
.Sh SYNOPSIS
.Cd "lasi0 at mainbus? irq 28"
.Cd "lasi0 at phantomas? irq 28"
+.Cd "lasi0 at uturn? irq 28"
.Cd "gsc* at lasi?"
.Sh DESCRIPTION
The supported Core bus controllers are those used in conjunction with
@@ -108,6 +109,7 @@ SAIC Galaxy 1100
.Xr io 4 ,
.Xr phantomas 4 ,
.Xr power 4 ,
+.Xr uturn 4 ,
.Xr wax 4
.Rs
.%T "Precision I/O Architecture Reference Specification"
diff --git a/share/man/man4/man4.hppa/mongoose.4 b/share/man/man4/man4.hppa/mongoose.4
index 0c4854be014..c90113384ef 100644
--- a/share/man/man4/man4.hppa/mongoose.4
+++ b/share/man/man4/man4.hppa/mongoose.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mongoose.4,v 1.2 2004/06/08 07:55:54 jmc Exp $
+.\" $OpenBSD: mongoose.4,v 1.3 2004/09/15 21:33:23 mickey Exp $
.\"
.\" Copyright (c) 2004 Michael Shalayeff
.\" All rights reserved.
@@ -40,6 +40,7 @@ based on
.Tn Intel i82350
or
.Tn Texas Instruments
+.\" TACT84544BPC/FBW41962 TACT84543BPP/36AEKJW TACT84541CPC/FCW421B3
chips.
Depending on the model the bus clock is either 25 MHz or 33 MHz.
.Sh SEE ALSO
diff --git a/share/man/man4/man4.hppa/runway.4 b/share/man/man4/man4.hppa/runway.4
new file mode 100644
index 00000000000..1c5175a2576
--- /dev/null
+++ b/share/man/man4/man4.hppa/runway.4
@@ -0,0 +1,46 @@
+.\" $OpenBSD: runway.4,v 1.1 2004/09/15 21:33:23 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 September 1, 2002
+.Dt PHANTOMAS 4 hppa
+.Os
+.Sh NAME
+.Nm runway
+.Nd Runway bus
+.Sh SYNOPSIS
+.Cd "uturn* at mainbus?"
+.Sh DESCRIPTION
+
+.Sh SEE ALSO
+.Xr dino 4 ,
+.Xr gsc 4 ,
+.Xr intro 4 ,
+.Xr uturn 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Ox 3.7 .
diff --git a/share/man/man4/man4.hppa/uturn.4 b/share/man/man4/man4.hppa/uturn.4
new file mode 100644
index 00000000000..05ba6ec66dc
--- /dev/null
+++ b/share/man/man4/man4.hppa/uturn.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: uturn.4,v 1.1 2004/09/15 21:33:23 mickey Exp $
+.\"
+.\" Copyright (c) 2002 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 December 18, 2002
+.Dt PHANTOMAS 4 hppa
+.Os
+.Sh NAME
+.Nm phantomas
+.Nd U2/Uturn, Runway to GSC Bus bridge & IOA.
+.Sh SYNOPSIS
+.Cd "uturn* at mainbus?"
+.Cd "lasi* at uturn?"
+.Cd "dino* at uturn?"
+.Sh DESCRIPTION
+
+.Sh SEE ALSO
+.Xr dino 4 ,
+.Xr gsc 4 ,
+.Xr intro 4 ,
+.Xr pci 4
+.Xr runway 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Ox 3.7 .