Deleted Added
full compact
snd_ad1816.4 (134411) snd_ad1816.4 (134938)
1.\" Copyright (c) 2004 Atte Peltomaki
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\"
13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2004 Atte Peltomaki
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\" notice, this list of conditions and the following disclaimer in the
11.\" documentation and/or other materials provided with the distribution.
12.\"
13.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/snd_ad1816.4 134411 2004-08-27 22:06:56Z simon $
25.\" $FreeBSD: head/share/man/man4/snd_ad1816.4 134938 2004-09-08 08:28:02Z ru $
26.\"
27.Dd August 27, 2004
28.Dt SND_AD1816 4
29.Os
30.Sh NAME
31.Nm snd_ad1816
32.Nd "Analog Devices AD1816 ISA bridge device driver"
33.Sh SYNOPSIS
26.\"
27.Dd August 27, 2004
28.Dt SND_AD1816 4
29.Os
30.Sh NAME
31.Nm snd_ad1816
32.Nd "Analog Devices AD1816 ISA bridge device driver"
33.Sh SYNOPSIS
34.Cd "device sound"
34.Cd "device snd_ad1816"
35.Pp
35.Cd "device snd_ad1816"
36.Pp
36.Cd hint.snd_ad1816.0.at="isa"
37.Cd hint.snd_ad1816.0.irq="10"
38.Cd hint.snd_ad1816.0.drq="1"
39.Cd hint.snd_ad1816.0.flags="0x0"
37.Cd hint.pcm.0.at="isa"
38.Cd hint.pcm.0.irq="10"
39.Cd hint.pcm.0.drq="1"
40.Cd hint.pcm.0.flags="0x0"
40.Pp
41.Sh DESCRIPTION
42The
43.Nm
44bridge driver allows the generic audio driver
45.Xr sound 4
46to attach to the AD1816 soundcard.
47.Sh HARDWARE
48The
49.Nm
50driver supports the following soundcards:
51.Pp
52.Bl -bullet -compact
53.It
54Analog Devices AD1816
55.El
56.Sh SEE ALSO
57.Xr sound 4
58.Sh HISTORY
59The
60.Nm
61manual page first appeared in
62.Fx 5.3 .
63.Sh AUTHORS
64.An "Cameron Grant" Aq cg@FreeBSD.org
65.An "Luigi Rizzo" Aq luigi@FreeBSD.org
66.An "Hannu Savolainen"
41.Pp
42.Sh DESCRIPTION
43The
44.Nm
45bridge driver allows the generic audio driver
46.Xr sound 4
47to attach to the AD1816 soundcard.
48.Sh HARDWARE
49The
50.Nm
51driver supports the following soundcards:
52.Pp
53.Bl -bullet -compact
54.It
55Analog Devices AD1816
56.El
57.Sh SEE ALSO
58.Xr sound 4
59.Sh HISTORY
60The
61.Nm
62manual page first appeared in
63.Fx 5.3 .
64.Sh AUTHORS
65.An "Cameron Grant" Aq cg@FreeBSD.org
66.An "Luigi Rizzo" Aq luigi@FreeBSD.org
67.An "Hannu Savolainen"