aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/sound/RELNOTES
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1993-10-23 10:55:52 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1993-10-23 10:55:52 +0000
commit6b8afe4d379f14bf51412f9ac598c401cbf6f788 (patch)
tree02792126c665934c13fb381bfaf87335b0633267 /sys/i386/isa/sound/RELNOTES
parentdad544ec41cee0205146987c1f05a075d30ed25f (diff)
downloadsrc-6b8afe4d379f14bf51412f9ac598c401cbf6f788.tar.gz
src-6b8afe4d379f14bf51412f9ac598c401cbf6f788.zip
This is the Linux generic soundcard driver, version 1.0c. Supports
SBlaster/Adlib/ProAudio Spectrum/Gravis/etc cards. This is a BETA test driver, please test it and get back to me!
Notes
Notes: svn path=/head/; revision=653
Diffstat (limited to 'sys/i386/isa/sound/RELNOTES')
-rw-r--r--sys/i386/isa/sound/RELNOTES38
1 files changed, 38 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/RELNOTES b/sys/i386/isa/sound/RELNOTES
new file mode 100644
index 000000000000..03d492dd0e28
--- /dev/null
+++ b/sys/i386/isa/sound/RELNOTES
@@ -0,0 +1,38 @@
+Welcome to use the Linux sound driver for FreeBSD. This
+driver supports the SoundBlaster, SB Pro, Pro Audio Spectrum 16,
+AdLib and Gravis UltraSound sound cards.
+
+In addition there is rather limited support for MPU-401
+(and compatible) midi cards. Also, the OPL-3 synthesizer
+of the SB Pro and PAS16 cards is now supported in the 4 OP
+modes.
+
+Most of the features of the /dev/sequencer device file are
+available just for GUS owners.
+
+The SoundBlaster 16 and SB 16 ASP cards are not supported,
+though they may work in mono mode with speeds < 22 kHz.
+The OPL-3 chicp of the SB 16 should work (without problems?).
+Is there anybody willing to implement the SB 16 support
+(have the SB 16 and the SDK for it)?
+
+Since this driver is a sound driver, it does not contain support
+for SCSI/CD-ROM/Joystick -devices.
+
+Known bugs
+----------
+
+- It's not possible to open /dev/dsp (or /dev/audio) while the
+ /dev/sequencer is open for output and GUS is the only soundcard
+ installed. It's possible if /dev/dsp is opened before /dev/sequencer
+ but at this time the GUS is not available for access via /dev/sequencer.
+ This is a limitation of the driver.
+- MPU-401 driver hangs the computer on boot if there is no MPU-401 installed.
+ It uses by default the I/O port 0x330, which is also used by the
+ Adaptec 1542 SCSI adapter.
+- The /dev/sequencer playback to GUS sounds sometimes rather weird. Hitting
+ ^C and playing again should solve this problem. This is probably caused by
+ incompatibilities between the GUS and certain VLB motherboards. Try to avoid
+ switching between VTs while patches are being loaded to the GUS.
+- There is a skeleton of the patch manager support. It doesn't work in
+ this version.