summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.hppa
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/man4.hppa')
-rw-r--r--share/man/man4/man4.hppa/Makefile7
-rw-r--r--share/man/man4/man4.hppa/gsc.410
-rw-r--r--share/man/man4/man4.hppa/harmony.468
-rw-r--r--share/man/man4/man4.hppa/intro.4tbl4
4 files changed, 81 insertions, 8 deletions
diff --git a/share/man/man4/man4.hppa/Makefile b/share/man/man4/man4.hppa/Makefile
index 1ac282e82be..94afb998757 100644
--- a/share/man/man4/man4.hppa/Makefile
+++ b/share/man/man4/man4.hppa/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.8 2002/12/19 02:53:42 mickey Exp $
+# $OpenBSD: Makefile,v 1.9 2003/01/26 21:59:17 jason Exp $
-MAN= intro.4tbl cpu.4tbl phantomas.4 lasi.4 asp.4 gsc.4 io.4tbl ie.4
-# mongoose.4 hil.4 aone.4 harmony.4 wax.4 dino.4 tir.4 xbar.4 mcx.4
+MAN= asp.4 cpu.4tbl gsc.4 harmony.4 ie.4 intro.4tbl io.4tbl lasi.4
+MAN+= phantomas.4
+# mongoose.4 hil.4 aone.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/gsc.4 b/share/man/man4/man4.hppa/gsc.4
index 42c7976a098..9a4b77adf43 100644
--- a/share/man/man4/man4.hppa/gsc.4
+++ b/share/man/man4/man4.hppa/gsc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gsc.4,v 1.7 2003/01/07 20:37:10 mickey Exp $
+.\" $OpenBSD: gsc.4,v 1.8 2003/01/26 21:59:17 jason Exp $
.\"
.\"
.\" Copyright (c) 1999 Michael Shalayeff
@@ -71,16 +71,18 @@ drivers, sorted by driver name:
.Bl -tag -width pcdisplay -offset indent
.It Xr com 4
RS-232 ports.
+.It Xr harmony 4
+CS4215/AD1849 audio.
.It Xr hil 4
Human Interface Loop, for HP-proprietary input devices like keyboard and mice.
.It Xr ie 4
-Intel i82596 DX/CA 32-bit LAN coprocessor
+Intel i82596 DX/CA 32-bit LAN coprocessor.
.It Xr lpt 4
Centronics printer port.
-.It Xr pckbc 4
-PC-style keyboard controller.
.It Xr osiop 4
SCSI I/O processor.
+.It Xr pckbc 4
+PC-style keyboard controller.
.El
.Pp
Some of these
diff --git a/share/man/man4/man4.hppa/harmony.4 b/share/man/man4/man4.hppa/harmony.4
new file mode 100644
index 00000000000..9232f8b3139
--- /dev/null
+++ b/share/man/man4/man4.hppa/harmony.4
@@ -0,0 +1,68 @@
+.\" $OpenBSD: harmony.4,v 1.1 2003/01/26 21:59:17 jason Exp $
+.\"
+.\"
+.\" Copyright (c) 2003 Jason L. Wright (jason@thought.net)
+.\" 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 Jason L. Wright
+.\" 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 January 26, 2003
+.Dt HARMONY 4 hppa
+.Os
+.Sh NAME
+.Nm harmony
+.Nd lasi CS4215/AD1849 audio interface
+.Sh SYNOPSIS
+.Cd "harmony* at gsc? irq 13"
+.Cd "audio* at harmony?"
+.Sh DESCRIPTION
+The
+.Nm
+device uses the
+.Tn Crystal Semiconductor
+.Tn CS4215
+16-Bit Multimedia Audio Codec
+or
+.Tn Analog Devices
+.Tn AD1848
+chip to implement the audio device interface described in
+.Xr audio 4 .
+This device is found onboard on some HPPA models.
+The
+.Nm
+has a maximum precision of 16 bits and has a stereo input and stereo output.
+.Sh SEE ALSO
+.Xr ioctl 2 ,
+.Xr audio 4 ,
+.Xr gsc 4 ,
+.Xr intro 4
+.Sh HISTORY
+.Ox
+support for
+.Nm
+first appeared in
+.Ox 3.3 .
diff --git a/share/man/man4/man4.hppa/intro.4tbl b/share/man/man4/man4.hppa/intro.4tbl
index 91aa4ac48fc..e8034a301c7 100644
--- a/share/man/man4/man4.hppa/intro.4tbl
+++ b/share/man/man4/man4.hppa/intro.4tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4tbl,v 1.8 2003/01/26 21:55:45 jason Exp $
+.\" $OpenBSD: intro.4tbl,v 1.9 2003/01/26 21:59:17 jason Exp $
.\"
.\" Copyright (c) 2002 Paul Weissmann
.\" All rights reserved.
@@ -210,6 +210,8 @@ Most of I/O is still on external chips though.
The RS-232 ports.
.It Xr cpu 4
The Central Processor itself, makes sure the machine does something useful.
+.It Xr harmony 4
+CS4215/AD1849 audio.
.It Xr hil 4
Human Interface Loop, sporting several input devices,
e.g. keyboards, mice, tablets and such.