diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-18 20:16:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-18 20:16:03 +0000 |
commit | e64ab75c17c46cec6f76da1a70b04f4d5a897aae (patch) | |
tree | 4d4dd21e1bd733f31990db9376cd677ef8ed18b8 | |
parent | 5b95fbdd79989b4eb07bb1bbe5306e34b2a20ce8 (diff) |
add several man pages for existing drivers
-rw-r--r-- | share/man/man4/man4.hppa/Makefile | 7 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/asp.4 | 72 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/gsc.4 | 56 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/lasi.4 | 91 | ||||
-rw-r--r-- | share/man/man4/man4.hppa/lpt.4 | 79 |
5 files changed, 305 insertions, 0 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile new file mode 100644 index 00000000000..d965a6b6563 --- /dev/null +++ b/share/man/man4/man4.hppa/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 1999/04/18 20:16:01 mickey Exp $ + +MAN= lasi.4 asp.4 gsc.4 lpt.4 # com.4 # eba.4 hil.4 +# aone.4 atwo.4 wax.4 dino.4 tir.4 xbar.4 mcx.4 +MANSUBDIR=/hppa + +.include <bsd.prog.mk> diff --git a/share/man/man4/man4.hppa/asp.4 b/share/man/man4/man4.hppa/asp.4 new file mode 100644 index 00000000000..70f84ef32a3 --- /dev/null +++ b/share/man/man4/man4.hppa/asp.4 @@ -0,0 +1,72 @@ +.\" $OpenBSD: asp.4,v 1.1 1999/04/18 20:16:00 mickey Exp $ +.\" +.\" +.\" Copyright (c) 1999 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 1, 1999 +.Dt ASP 4 +.Os OpenBSD +.Sh NAME +.Nm asp +.Nd "Core" bus controller as present on HP9000 +715/33, 715/50, 725/50 +workstations +.Sh SYNOPSIS +.Cd "asp0 at mainbus? irq 28" +.Cd "gscbus* at asp?" +.Pp +.Sh INTRODUCTION +The supported Core bus controllers are those present on older PA-RISC(tm) +workstations, and include: +.Bl -bullet -compact +.It +Core bus controller +.It +System Clock +.It +Interrupt Controller +.It +Real Time Clock Interface +.It +RAM and EEPROM controllers +.El +.Pp +The irq level supplied is hardwired to the cpu pin, so changing the value +would not produce any noticable results (except lost interrupts for the whole +I/O subsystem). +.Sh SEE ALSO +.Xr intro 4 , +.Xr lasi 4 , +.Xr gsc 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 2.4 . diff --git a/share/man/man4/man4.hppa/gsc.4 b/share/man/man4/man4.hppa/gsc.4 new file mode 100644 index 00000000000..16a28ae4604 --- /dev/null +++ b/share/man/man4/man4.hppa/gsc.4 @@ -0,0 +1,56 @@ +.\" $OpenBSD: gsc.4,v 1.1 1999/04/18 20:16:01 mickey Exp $ +.\" +.\" +.\" Copyright (c) 1999 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 4, 1999 +.Dt GSC 4 +.Os OpenBSD +.Sh NAME +.Nm gsc +.Nd "General System Connect" bus on HP9000 series 700 workstations +.Sh SYNOPSIS +.Cd "gscbus* at lasi?" +.Cd "gscbus* at asp?" +.Cd "gscbus* at wax?" +.Cd "gsc* at gscbus?" +.Pp +.Sh INTRODUCTION + +.Pp +.Sh SEE ALSO +.Xr intro 4 , +.Xr lasi 4 , +.Xr asp 4 +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 2.4 . diff --git a/share/man/man4/man4.hppa/lasi.4 b/share/man/man4/man4.hppa/lasi.4 new file mode 100644 index 00000000000..d5a151dff97 --- /dev/null +++ b/share/man/man4/man4.hppa/lasi.4 @@ -0,0 +1,91 @@ +.\" $OpenBSD: lasi.4,v 1.1 1999/04/18 20:16:00 mickey Exp $ +.\" +.\" +.\" Copyright (c) 1999 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 March 1, 1999 +.Dt LASI 4 +.Os OpenBSD +.Sh NAME +.Nm lasi +.Nd "Core" bus controller and I/O subsystem as present on HP9000 +712/*, 725/75, 725/100, 743/*, 744/*, 745/* +workstations +.Sh SYNOPSIS +.Cd "lasi0 at mainbus? irq 28" +.Cd "gscbus* at lasi?" +.Pp +.Sh INTRODUCTION +The supported Core bus controllers are those present on PA7100LC-based +workstations (usually), and based upon LSI's macrochip that includes: +.Bl -bullet -compact +.It +Core bus controller +.It +System Clock +.It +Interrupt Controller +.It +Real Time Clock Interface +.It +RAM and Flash EEPROM controllers +.It +Two PS/2 ports +.It +RS-232 and Centronics I/O ports +.It +i82596 Ethernet Controller +.It +NCR53C710 SCSI IO Processor +.It +Serial Interface for the CS4216 Audio Codec +.It +Interface for the WD37C65C floppy drive controller +.El +.Pp +.Sh SEE ALSO +.Xr intro 4 , +.Xr asp 4 , +.Xr gsc 4 +.Rs +"Precision I/O Architecture Reference Specification" +.br +Hewlett Packard +.Re +.Rs +Hewlett-Packard Journal +.br +April 1995 Volume 46 Number 2 +.Re +.Sh HISTORY +The +.Nm +driver +appeared in +.Ox 2.4 . diff --git a/share/man/man4/man4.hppa/lpt.4 b/share/man/man4/man4.hppa/lpt.4 new file mode 100644 index 00000000000..06d3696bb52 --- /dev/null +++ b/share/man/man4/man4.hppa/lpt.4 @@ -0,0 +1,79 @@ +.\" $OpenBSD: lpt.4,v 1.1 1999/04/18 20:16:02 mickey Exp $ +.\" +.\" +.\" Copyright (c) 1999 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 14, 1999 +.Dt LPT 4 +.Os OpenBSD +.Sh NAME +.Nm lpt +.Nd Printer port controller +.Sh SYNOPSIS +.Cd "lpt0 at gsc? irq 7" +.Pp +.Cd "lpt0 at isa? port" \&"IO_LPT1\&" irq 7 +.Pp +.Sh INTRODUCTION +Parallel port controller provides Centronics port for unidirectional +data communications +.Tn ( IEEE 1284 ) . +.Pp +The +.Nm +ports on +.Xr isa 4 +comes in whole rainbow of flaivours. +The parallel port controller on +.Xr gsc 4 +(core) bus comes in several chip implementations: +.Pp +.Bl -tag -compact -width WD16C552 +.It WD16C552 +contains both serial ports and a parallel port; +.It LASI +incorporated into the +.Xr lasi 4 +megacell hyperchip. +.El +.Pp +In either case the bus interface is the same and compatible with +PC parallel ports. +.Sh SEE ALSO +.Xr gsc 4 , +.Xr isa 4 , +.Xr lasi 4 , +.Xr com 4 +.Sh HISTORY +The +.Nm +driver was originally developped by William F. Jolitz, TeleMuse. +The implementation for hppa port is using MI implementation of this +driver and first appeared in +.Ox 2.4 . |