diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-05 13:46:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-05 13:46:55 +0000 |
commit | 475fda43c390c0a326d8ace76a9a2e5df04e3826 (patch) | |
tree | 4c220462f1aa270fc105dfbf0051ce2e079f815e /share/man/man4/man4.i386/gus.4 | |
parent | 4a8262109893cbb25548e5e0324667e1922ebc2a (diff) |
man4.i386 repairs.
Diffstat (limited to 'share/man/man4/man4.i386/gus.4')
-rw-r--r-- | share/man/man4/man4.i386/gus.4 | 60 |
1 files changed, 32 insertions, 28 deletions
diff --git a/share/man/man4/man4.i386/gus.4 b/share/man/man4/man4.i386/gus.4 index 2fcdd4f21d3..04c1ca7faec 100644 --- a/share/man/man4/man4.i386/gus.4 +++ b/share/man/man4/man4.i386/gus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gus.4,v 1.9 1999/07/21 12:18:11 deraadt Exp $ +.\" $OpenBSD: gus.4,v 1.10 2000/07/05 13:46:52 aaron Exp $ .\" $NetBSD: gus.4,v 1.7 1997/10/08 21:59:55 jtc Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -50,40 +50,30 @@ Gravis UltraSound/UltraSound MAX device driver The .Nm driver provides support for the Gravis UltraSound (GUS) and GUS MAX -audio cards. Both cards have on-board memory which is used for -seamless playback of samples. They can play back 8- or 16-bit samples -at up to 44.1kHz. They can record 8-bit samples at up to 44.1kHz. -The UltraSound MAX is a full-duplex sound device, and if -configured with two DRQ channels can be used for simultaneous playback -and recording. The I/O port base is jumper-selected, and may be chosen -from 0x210-0x260 in steps of 0x10. (The normal setting is 0x220.) The -GUS takes 16 ports at its base address and 8 ports at its base address + +audio cards. +Both cards have on-board memory which is used for seamless playback of samples. +They can play back 8- or 16-bit samples at up to 44.1kHz. +They can record 8-bit samples at up to 44.1kHz. +The UltraSound MAX is a full-duplex sound device, and if configured with two +DRQ channels can be used for simultaneous playback and recording. +The I/O port base is jumper-selected, and may be chosen from 0x210-0x260 in +steps of 0x10. +(The normal setting is 0x220.) +The GUS takes 16 ports at its base address and 8 ports at its base address + 0x100. .Pp The IRQ is software programmed, so you may select any IRQ from the set -{3,5,7,9,11,12,15}. The DRQ lines are software programmed, and may be -chosen from {1,3,5,6,7}. The drq2 field in the configuration file line -specifies a second DRQ line for recording. If there is no drq2 field -in the config file, the playback channel will be used for recording DMA -and only half-duplex mode will be available. +{3,5,7,9,11,12,15}. +The DRQ lines are software programmed, and may be chosen from {1,3,5,6,7}. +The +.Dq drq2 +field in the configuration file line specifies a second DRQ line for recording. +If there is no drq2 field in the config file, the playback channel will be +used for recording DMA and only half-duplex mode will be available. .Pp The Gravis UltraSound MAX has an additional CODEC onboard which is addressed with four ports at an offset of 0x10C from the base ports (0x31C-0x36C). -.Sh BUGS -The full-duplex features of the GUS MAX have not been fully tested, and -full-duplex on the original GUS may not be possible at all. -.Pp -Only two voices on the GF1 synthesizer chip are used by this driver (for -left and right channels). -.Pp -Manipulating the mixer while audio samples are playing can lead to -device driver confusion (and maybe even a system panic). -.Pp -Manipulating the mixer device seems to create pregnant system pauses, -probably due to excessive interrupt masking. -.Pp -The joystick and MIDI port interfaces are not supported. .Sh SEE ALSO .Xr audio 4 .Sh REFERENCES @@ -99,3 +89,17 @@ The .Nm device driver appeared in .Nx 1.1 . +.Sh BUGS +The full-duplex features of the GUS MAX have not been fully tested, and +full-duplex on the original GUS may not be possible at all. +.Pp +Only two voices on the GF1 synthesizer chip are used by this driver (for +left and right channels). +.Pp +Manipulating the mixer while audio samples are playing can lead to +device driver confusion (and maybe even a system panic). +.Pp +Manipulating the mixer device seems to create pregnant system pauses, +probably due to excessive interrupt masking. +.Pp +The joystick and MIDI port interfaces are not supported. |