summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-26 16:51:49 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-11-26 16:51:49 +0000
commitcb78ac1fa03ec7031b5ea7554a93f69bc207077f (patch)
tree6463171db080307a3d7594b62fd8146b486c20f4 /share/man/man4
parent2bef16e1baafca43d31e6aa5cc1a1fd24ab30cca (diff)
add autri.4, from netbsd
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/man/man4/audio.45
-rw-r--r--share/man/man4/autri.450
-rw-r--r--share/man/man4/midi.43
-rw-r--r--share/man/man4/pci.44
5 files changed, 63 insertions, 7 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c7f97e7792a..0a13cb6ba18 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,15 +1,15 @@
-# $OpenBSD: Makefile,v 1.181 2001/11/14 21:23:09 mickey Exp $
+# $OpenBSD: Makefile,v 1.182 2001/11/26 16:51:47 mickey Exp $
MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \
- an.4 aria.4 ast.4 \
- atalk.4 atapiscsi.4 audio.4 aue.4 auvia.4 awi.4 bpf.4 bridge.4 \
+ an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \
+ audio.4 aue.4 auich.4 autri.4 auvia.4 awi.4 bpf.4 bridge.4 \
bge.4 bmtphy.4 brgphy.4 bt.4 cac.4 cardbus.4 ccd.4 cd.4 \
ch.4 clnp.4 clcs.4 clct.4 cltp.4 \
cmpci.4 cnw.4 com.4 crypto.4 \
cue.4 cy.4 cz.4 dc.4 ddb.4 de.4 dpt.4 drum.4 eap.4 ec.4 \
eephy.4 ef.4 eg.4 el.4 emu.4 enc.4 ep.4 esis.4 \
eso.4 ess.4 exphy.4 fd.4 fdc.4 fpa.4 \
- fms.4 fxp.4 gdt.4 gre.4 hifn.4 hsq.4 auich.4 icmp.4 icsphy.4 \
+ fms.4 fxp.4 gdt.4 gre.4 hifn.4 hsq.4 icmp.4 icsphy.4 \
idp.4 iha.4 ifmedia.4 \
inet.4 inphy.4 iop.4 iopsp.4 ioprbs.4 iophy.4 ip.4 ipcomp.4 ipsec.4 \
isa.4 isapnp.4 ises.4 iso.4 isp.4 \
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4
index a26d28e0eda..5e87288fa7f 100644
--- a/share/man/man4/audio.4
+++ b/share/man/man4/audio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.4,v 1.21 2001/11/13 18:26:53 deraadt Exp $
+.\" $OpenBSD: audio.4,v 1.22 2001/11/26 16:51:48 mickey Exp $
.\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -644,10 +644,13 @@ For ports using the ISA bus:
.Pp
For ports using the PCI bus:
.Xr auich 4 ,
+.Xr autri 4 ,
+.Xr auvia 4 ,
.Xr clcs 4 ,
.Xr clct 4 ,
.Xr cmpci 4 ,
.Xr eap 4 ,
+.Xr emu 4 ,
.Xr eso 4 ,
.Xr maestro 4 ,
.Xr neo 4 ,
diff --git a/share/man/man4/autri.4 b/share/man/man4/autri.4
new file mode 100644
index 00000000000..d1ee51e507b
--- /dev/null
+++ b/share/man/man4/autri.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: autri.4,v 1.1 2001/11/26 16:51:48 mickey Exp $
+.\" $NetBSD: autri.4,v 1.1 2001/11/18 16:46:49 augustss Exp $
+.\"
+.\" Copyright (c) 2001 SOMEYA Yoshihiko and KUROSAWA Takahiro.
+.\" 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 November 28, 2001
+.Dt AUTRI 4
+.Os
+.Sh NAME
+.Nm autri
+.Nd Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 audio device driver
+.Sh SYNOPSIS
+.Cd "autri* at pci? dev ? function ?"
+.Cd "audio* at autri?"
+.Cd "midi* at autri?"
+.Sh DESCRIPTION
+The
+.Nm
+device driver supports the AC'97 audio controller found in
+Trident 4DWAVE-DX/NX, SiS 7018 and ALi M5451.
+.Sh SEE ALSO
+.Xr audio 4 ,
+.Xr midi 4 ,
+.Xr pci 4
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Ox 3.1 .
diff --git a/share/man/man4/midi.4 b/share/man/man4/midi.4
index 7a9a73c8064..41a6335b315 100644
--- a/share/man/man4/midi.4
+++ b/share/man/man4/midi.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: midi.4,v 1.8 2001/11/13 18:26:53 deraadt Exp $
+.\" $OpenBSD: midi.4,v 1.9 2001/11/26 16:51:48 mickey Exp $
.\" $NetBSD: midi.4,v 1.4 1998/08/22 14:45:35 augustss Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -104,6 +104,7 @@ interface.
.Xr ioctl 2 ,
.Xr ossaudio 3 ,
.Xr audio 4 ,
+.Xr autri 4 ,
.Xr opl 4 ,
.Xr pcppi 4 ,
.Xr sb 4 ,
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 46ad7d7d77e..a9c5c30a544 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.51 2001/10/30 00:22:56 mickey Exp $
+.\" $OpenBSD: pci.4,v 1.52 2001/11/26 16:51:48 mickey Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -257,6 +257,8 @@ VGA graphics cards.
.Bl -tag -width 10n -offset ind
.It Xr auich 4
Integrated Intel 82801AA/AB/BA/CA and 440MX sound devices.
+.It Xr autri 4
+Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 audio devices.
.It Xr auvia 4
Integrated AC97 audio controller of the VIA Technologies
VT82C686A Southbridge.