Deleted Added
full compact
snd_gusc.4 (56460) snd_gusc.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_gusc.4 56460 2000-01-23 15:04:20Z asmodai $
26.\" $FreeBSD: head/share/man/man4/snd_gusc.4 57676 2000-03-01 14:50:24Z sheldonh $
27.\"
28.Dd December 18, 1999
29.Dt GUSC 4
30.Os FreeBSD
31.Sh NAME
32.Nm gusc
33.Nd Gravis UltraSound ISA bridge device driver
34.Sh SYNOPSIS

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

45to attach to the following ISA sound cards:
46.Bl -bullet -tag -width 2m indent
47.It
48Gravis UltraSound PnP
49.It
50Gravis UltraSound MAX
51.El
52.Pp
27.\"
28.Dd December 18, 1999
29.Dt GUSC 4
30.Os FreeBSD
31.Sh NAME
32.Nm gusc
33.Nd Gravis UltraSound ISA bridge device driver
34.Sh SYNOPSIS

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

45to attach to the following ISA sound cards:
46.Bl -bullet -tag -width 2m indent
47.It
48Gravis UltraSound PnP
49.It
50Gravis UltraSound MAX
51.El
52.Pp
53The value of flags specifies the secondary DMA channel. If the secondary
53The value of flags specifies the secondary DMA channel.
54If the secondary
54DMA channel is C, set the flags to (C | 0x10). For a sound card without the
55secondary DMA channel, the flags should be set to zero.
56.Sh DIAGNOSTICS
57.Bl -tag -width 2m % begin list
58.It xxx: gus pcm not attached, out of memory
59.Pp
60There are not enough memory to drive the device.
61.El

--- 12 unchanged lines hidden ---
55DMA channel is C, set the flags to (C | 0x10). For a sound card without the
56secondary DMA channel, the flags should be set to zero.
57.Sh DIAGNOSTICS
58.Bl -tag -width 2m % begin list
59.It xxx: gus pcm not attached, out of memory
60.Pp
61There are not enough memory to drive the device.
62.El

--- 12 unchanged lines hidden ---