diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-31 02:53:52 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-31 02:53:52 +0000 |
commit | f7f675bb9cf7b3f007db47f9dd6040ed283576c6 (patch) | |
tree | 1b74f58cb17d056623d4a8dc6939a79a194505c6 | |
parent | f5a61cc6d06b4fc574e09c91cfc9ee455b4880b5 (diff) |
basic manpages for the audio drivers me and brad@
commited today.
okay brad@
-rw-r--r-- | share/man/man4/man4.macppc/Makefile | 8 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/aoa.4 | 60 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/daca.4 | 58 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/snapper.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/tumbler.4 | 59 |
5 files changed, 184 insertions, 9 deletions
diff --git a/share/man/man4/man4.macppc/Makefile b/share/man/man4/man4.macppc/Makefile index 41397985c7f..e7f84ed8b77 100644 --- a/share/man/man4/man4.macppc/Makefile +++ b/share/man/man4/man4.macppc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2005/10/19 15:20:45 kettenis Exp $ +# $OpenBSD: Makefile,v 1.11 2005/10/31 02:53:51 joris Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= abtn.4 adb.4 aed.4 akbd.4 ams.4 apm.4 autoconf.4 awacs.4 bm.4 \ - intro.4 kauaiata.4 ki2c.4 mediabay.4 mem.4 macobio.4 smu.4 \ - snapper.4 zs.4 +MAN= abtn.4 adb.4 aed.4 akbd.4 ams.4 aoa.4 apm.4 autoconf.4 awacs.4 bm.4 \ + daca.4 intro.4 kauaiata.4 ki2c.4 mediabay.4 mem.4 macobio.4 smu.4 \ + snapper.4 tumbler.4 zs.4 MLINKS= mem.4 kmem.4 MLINKS+= zs.4 zsc.4 zs.4 zstty.4 diff --git a/share/man/man4/man4.macppc/aoa.4 b/share/man/man4/man4.macppc/aoa.4 new file mode 100644 index 00000000000..3046a662988 --- /dev/null +++ b/share/man/man4/man4.macppc/aoa.4 @@ -0,0 +1,60 @@ +.\" $OpenBSD: aoa.4,v 1.1 2005/10/31 02:53:51 joris Exp $ +.\" +.\" Copyright (c) 2005 Joris Vink. +.\" Copyright (c) 2004 Dale Rahn. +.\" 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 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 October 30, 2005 +.Dt AOA 4 macppc +.Os +.Sh NAME +.Nm aoa +.Nd Apple "aoa" audio device driver +.Sh SYNOPSIS +.Cd "aoa* at macobio?" +.Cd "audio* at aoa?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the audio hardware found in some macppc machines. +.Sh SEE ALSO +.Xr audio 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.9 . +.Sh AUTHORS +The +.Nm +driver was written by Tsubai Masanari and ported to +.Ox +by Joris Vink. +.Sh BUGS +This driver needs more testing. +.Pp +This manual page needs more precision and detail. +.Pp +Right now this driver does not support volume control. diff --git a/share/man/man4/man4.macppc/daca.4 b/share/man/man4/man4.macppc/daca.4 new file mode 100644 index 00000000000..765a330daf5 --- /dev/null +++ b/share/man/man4/man4.macppc/daca.4 @@ -0,0 +1,58 @@ +.\" $OpenBSD: daca.4,v 1.1 2005/10/31 02:53:51 joris Exp $ +.\" +.\" Copyright (c) 2005 Joris Vink. +.\" Copyright (c) 2004 Dale Rahn. +.\" 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 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 October 30, 2005 +.Dt DACA 4 macppc +.Os +.Sh NAME +.Nm daca +.Nd Apple "daca" audio device driver +.Sh SYNOPSIS +.Cd "daca* at macobio?" +.Cd "audio* at daca?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the audio hardware found in some macppc machines. +.Sh SEE ALSO +.Xr audio 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.9 . +.Sh AUTHORS +The +.Nm +driver was written by Tsubai Masanari and ported to +.Ox +by Joris Vink. +.Sh BUGS +This driver needs more testing. +.Pp +This manual page needs more precision and detail. diff --git a/share/man/man4/man4.macppc/snapper.4 b/share/man/man4/man4.macppc/snapper.4 index bb86113f7bc..0638a12647d 100644 --- a/share/man/man4/man4.macppc/snapper.4 +++ b/share/man/man4/man4.macppc/snapper.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snapper.4,v 1.5 2004/03/18 14:25:33 xsa Exp $ +.\" $OpenBSD: snapper.4,v 1.6 2005/10/31 02:53:51 joris Exp $ .\" .\" Copyright (c) 2004 Dale Rahn. .\" All rights reserved. @@ -36,10 +36,8 @@ .Sh DESCRIPTION The .Nm -driver provides support for the audio hardware found in recent -.Tn Apple -iBook (since May 02) and PowerBook (since Apr 02) models (need -to verify iMac (Jan 02) and Power Mac G4 (Sep 02)). +driver provides support for audio hardware using the TAS3004 chip +found in some macppc machines. .Sh SEE ALSO .Xr audio 4 , .Xr intro 4 diff --git a/share/man/man4/man4.macppc/tumbler.4 b/share/man/man4/man4.macppc/tumbler.4 new file mode 100644 index 00000000000..a683413bb7b --- /dev/null +++ b/share/man/man4/man4.macppc/tumbler.4 @@ -0,0 +1,59 @@ +.\" $OpenBSD: tumbler.4,v 1.1 2005/10/31 02:53:51 joris Exp $ +.\" +.\" Copyright (c) 2005 Joris Vink. +.\" Copyright (c) 2004 Dale Rahn. +.\" 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 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 October 30, 2005 +.Dt TUMBLER 4 macppc +.Os +.Sh NAME +.Nm tumbler +.Nd Apple "tumbler" audio device driver +.Sh SYNOPSIS +.Cd "tumbler* at macobio?" +.Cd "audio* at tumbler?" +.Sh DESCRIPTION +The +.Nm +driver provides support for audio hardware using the TAS3001 chip +found in some macppc machines. +.Sh SEE ALSO +.Xr audio 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 3.9 . +.Sh AUTHORS +The +.Nm +driver was written by Tsubai Masanari and ported to +.Ox +by Brad Smith. +.Sh BUGS +This driver needs more testing. +.Pp +This manual page needs more precision and detail. |