diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-08-07 20:10:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-08-07 20:10:10 +0000 |
commit | 07d530255db06777e64c60fab1953550f985341b (patch) | |
tree | 4fa6352605abf5cc3e272bd8a45df2d0572ffffa | |
parent | 46f1a7f7b1ac726229e74770fd86fd62e623d476 (diff) |
auixp; fomr netbsd
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/auixp.4 | 65 |
2 files changed, 67 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0de621c9c43..a600b72f8d9 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.309 2005/08/05 03:52:32 jsg Exp $ +# $OpenBSD: Makefile,v 1.310 2005/08/07 20:10:09 mickey Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 ast.4 atalk.4 \ atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 auich.4 autri.4 \ - auvia.4 awi.4 axe.4 az.4 bce.4 bge.4 bha.4 bio.4 bktr.4 \ + auixp.4 auvia.4 awi.4 axe.4 az.4 bce.4 bge.4 bha.4 bio.4 bktr.4 \ bmtphy.4 boca.4 bpf.4 brgphy.4 bridge.4 cac.4 cardbus.4 \ carp.4 ccd.4 cd.4 cdce.4 ch.4 ciphy.4 ciss.4 \ clcs.4 clct.4 cmpci.4 cnw.4 \ diff --git a/share/man/man4/auixp.4 b/share/man/man4/auixp.4 new file mode 100644 index 00000000000..ad8bef545e5 --- /dev/null +++ b/share/man/man4/auixp.4 @@ -0,0 +1,65 @@ +.\" $OpenBSD: auixp.4,v 1.1 2005/08/07 20:10:09 mickey Exp $ +.\" $NetBSD: auixp.4,v 1.4 2005/06/22 04:19:09 kent Exp $ +.\" +.\" Copyright (c) 2004, 2005 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Reinoud Zandijk. +.\" +.\" Manual page template from auich.4 by Jason Thorpe +.\" +.\" 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 the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation nor the names of its +.\" contributors may be used to endorse or promote products derived +.\" from this software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS +.\" ``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 FOUNDATION OR CONTRIBUTORS +.\" 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 August 4, 2005 +.Dt AUIXP 4 +.Os +.Sh NAME +.Nm auixp +.Nd ATI IXP series integrated AC'97 audio device driver +.Sh SYNOPSIS +.Cd "auixp* at pci? +.Cd "audio* at auixp?" +.Sh DESCRIPTION +The +.Nm +device driver supports the integrated AC'97 audio controller +of the ATP IXP series I/O controller hub. +Supported models include all the chips that have IXP-200 base +functionality for codec communication and DAC/ADC DMA support. +.Sh SEE ALSO +.Xr ac97 4 , +.Xr audio 4 , +.Xr intro 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Ox 3.8 . |