diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-03 23:22:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-03 23:22:47 +0000 |
commit | 12a9d1ac16e2353b4d88ffe87b6f3aaade00db09 (patch) | |
tree | 05aa55dab02e54fb2c0cf99d531134d0feff7c17 /share/man/man4 | |
parent | 815521d61dc5f1cb4d8dee43dfe43cc9c4fabf14 (diff) |
wax, baby
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.hppa/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/wax.4 | 110 |
2 files changed, 113 insertions, 3 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile index 6ebfb631d55..5df58df72d3 100644 --- a/share/man/man4/man4.hppa/Makefile +++ b/share/man/man4/man4.hppa/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2003/02/11 20:10:34 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2003/04/03 23:22:46 mickey Exp $ MAN= asp.4 cpu.4tbl gsc.4 gsckbc.4 gsckbd.4 harmony.4 ie.4 -MAN+= intro.4tbl io.4tbl lasi.4 phantomas.4 -# mongoose.4 aone.4 wax.4 dino.4 tir.4 xbar.4 mcx.4 +MAN+= intro.4tbl io.4tbl lasi.4 phantomas.4 wax.4 +# mongoose.4 dino.4 tir.4 xbar.4 mcx.4 MANSUBDIR=hppa .include <bsd.prog.mk> diff --git a/share/man/man4/man4.hppa/wax.4 b/share/man/man4/man4.hppa/wax.4 new file mode 100644 index 00000000000..dd59e411aba --- /dev/null +++ b/share/man/man4/man4.hppa/wax.4 @@ -0,0 +1,110 @@ +.\" $OpenBSD: wax.4,v 1.1 2003/04/03 23:22:46 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. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowledgement: +.\" This product includes software developed by Michael Shalayeff. +.\" 4. 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 April 3, 2003 +.Dt WAX 4 hppa +.Os +.Sh NAME +.Nm wax +.Nd GSC bus controller and I/O subsystem +.Sh SYNOPSIS +.Cd "wax0 at mainbus? irq 23" +.Cd "gsc2 at wax?" +.Sh INTRODUCTION +The +.Nm +GSC bus controller is a version of +.Xr lasi 4 +with limitted functionality and no additional devices on the crystal. +It is mainly used as only a GSC bus controlelr for additional +onboard devices and sometimes add-on cards (such as a TR-9000 +card for the +.Tn HP 9000/712 +models). +.Sh MACHINES +An incomplete list of machines that use the +.Nm +bus controller: +.Pp +.Bl -bullet -compact +.It +712/* add-on cards +.It +715/{64/80/100}[XC] +.It +725/{64/80/100} +.It +743/* +.It +744/* +.It +745/* +.It +A180[C] +.It +B132L[+], B160L, B180L+ +.It +C100, C110 +.It +J200, J210[XC] +.It +RDI PrecisionBook +.El +.Sh SEE ALSO +.Xr asp 4 , +.Xr gsc 4 , +.Xr intro 4 , +.Xr io 4 , +.Xr lasi 4 , +.Xr phantomas 4 , +.Xr wax 4 +.Rs +"Precision I/O Architecture Reference Specification" +.br +Hewlett-Packard +.Re +.Rs +"712 I/O Subsystem ERS" Revision 1.1, 12 February 1993 +.br +Hewlett-Packard, Dwg No. +A-A2263-66510-31 +.Re +.Rs +Hewlett-Packard Journal +.br +April 1995 Volume 46 Number 2 +.Re +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 3.4 . |