Deleted Added
full compact
snd_sbc.4 (56467) snd_sbc.4 (57676)
1.\"
2.\" Copyright (c) 1999 Seigo Tanimura
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1999 Seigo Tanimura
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/snd_sbc.4 56467 2000-01-23 16:13:26Z asmodai $
26.\" $FreeBSD: head/share/man/man4/snd_sbc.4 57676 2000-03-01 14:50:24Z sheldonh $
27.\"
28.Dd December 18, 1999
29.Dt SBC 4
30.Os FreeBSD
31.Sh NAME
32.Nm sbc
33.Nd Creative Sound Blaster ISA and compatible bridge device driver
34.Sh SYNOPSIS

--- 12 unchanged lines hidden (view full) ---

47.It
48Creative SB16, SB32, SB AWE64 (including Gold) and ViBRA16
49.It
50Advance Asound 100, 110 and Logic ALS120
51.It
52ESS ES1868, ES1869, ES1879 and ES1888
53.El
54.Pp
27.\"
28.Dd December 18, 1999
29.Dt SBC 4
30.Os FreeBSD
31.Sh NAME
32.Nm sbc
33.Nd Creative Sound Blaster ISA and compatible bridge device driver
34.Sh SYNOPSIS

--- 12 unchanged lines hidden (view full) ---

47.It
48Creative SB16, SB32, SB AWE64 (including Gold) and ViBRA16
49.It
50Advance Asound 100, 110 and Logic ALS120
51.It
52ESS ES1868, ES1869, ES1879 and ES1888
53.El
54.Pp
55The value of flags specifies the secondary DMA channel. If the secondary
55The value of flags specifies the secondary DMA channel.
56If the secondary
56DMA channel is C, set the flags to (C | 0x10). For a sound card without the
57secondary DMA channel, the flags should be set to zero.
58.Sh DIAGNOSTICS
59.Bl -tag -width 2m % begin list
60.It sb_dspwr(XX) timed out.
61.Pp
57DMA channel is C, set the flags to (C | 0x10). For a sound card without the
58secondary DMA channel, the flags should be set to zero.
59.Sh DIAGNOSTICS
60.Bl -tag -width 2m % begin list
61.It sb_dspwr(XX) timed out.
62.Pp
62A command to the DSP has timed out. Check the I/O port configuration.
63A command to the DSP has timed out.
64Check the I/O port configuration.
63.It bad irq XX (5/7/9/10 valid)
64.Pp
65The IRQ given to the driver is not valid.
66.El
67.Sh HISTORY
68The
69.Nm
70device driver first appeared in
71.Fx 4.0 .
72.Sh SEE ALSO
73.Xr pcm 4
74.Sh AUTHOR
75.An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp
65.It bad irq XX (5/7/9/10 valid)
66.Pp
67The IRQ given to the driver is not valid.
68.El
69.Sh HISTORY
70The
71.Nm
72device driver first appeared in
73.Fx 4.0 .
74.Sh SEE ALSO
75.Xr pcm 4
76.Sh AUTHOR
77.An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp