Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Manual page for the auich(4) driver.



details:   https://anonhg.NetBSD.org/src/rev/df611d32bcf1
branches:  trunk
changeset: 499738:df611d32bcf1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Nov 28 05:15:12 2000 +0000

description:
Manual page for the auich(4) driver.

diffstat:

 share/man/man4/Makefile |   4 +-
 share/man/man4/auich.4  |  63 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 2 deletions(-)

diffs (80 lines):

diff -r cecf78d5d724 -r df611d32bcf1 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Tue Nov 28 05:12:29 2000 +0000
+++ b/share/man/man4/Makefile   Tue Nov 28 05:15:12 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.172 2000/11/26 17:44:11 ad Exp $
+#      $NetBSD: Makefile,v 1.173 2000/11/28 05:15:12 thorpej Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
-MAN=   adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 \
+MAN=   adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auich.4 auvia.4 \
        awi.4 bba.4 bha.4 bktr.4 bpf.4 cac.4 cardbus.4 ccd.4 \
        cd.4 ch.4 clcs.4 clnp.4 cltp.4 cmpci.4 cms.4 cnw.4 ddb.4 \
        de.4 dpt.4 drum.4 eap.4 en.4 envsys.4 ep.4 esh.4 \
diff -r cecf78d5d724 -r df611d32bcf1 share/man/man4/auich.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/auich.4    Tue Nov 28 05:15:12 2000 +0000
@@ -0,0 +1,63 @@
+.\"    $NetBSD: auich.4,v 1.1 2000/11/28 05:15:12 thorpej Exp $
+.\"
+.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Jason R. 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 November 27, 2000
+.Dt AUICH 4
+.Os
+.Sh NAME
+.Nm auich
+.Nd Intel I/O Controller Hub integrated AC'97 audio device driver
+.Sh SYNOPSIS
+.Cd "auich* at pci? dev ? function ?"
+.Cd "audio* at auich?"
+.Sh DESCRIPTION
+The
+.Nm
+device driver supports the integrated AC'97 audio controller
+of the Intel I/O Controller Hub.  Supported chipsets include
+the i82801AA (ICH), i82801AB (ICH0), i82801BA (ICH2), and i82440MX.
+.Sh SEE ALSO
+.Xr audio 4 ,
+.Xr pci 4
+.Sh BUGS
+The
+.Sq microphone
+input DMA channel is not currently supported.
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Nx 1.5.1 .



Home | Main Index | Thread Index | Old Index