summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/sb16_midi.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-04 21:11:21 +0000
committerjkh <jkh@FreeBSD.org>1995-03-04 21:11:21 +0000
commitfb377011224d3ca2cc8b0c4cf7324b7a94629b31 (patch)
treee74ef7542072ec71095dbb0496791d1eac674c74 /sys/i386/isa/sound/sb16_midi.c
parenta09fe2d23732f9ec6f4b73851ce89fae4346eb2d (diff)
downloadFreeBSD-src-fb377011224d3ca2cc8b0c4cf7324b7a94629b31.zip
FreeBSD-src-fb377011224d3ca2cc8b0c4cf7324b7a94629b31.tar.gz
Upgrade the sound drivers to VoxWare pre-3.0 and fix a number of bugs.
Make the sound configuration a little neater (see /sys/i386/isa/sound/Readme.freebsd) Add support for the Microsoft Sound Source. Document the sound options again. Submitted by: Sujal Patel <smpatel@wam.umd.edu> Obtained from: Voxware
Diffstat (limited to 'sys/i386/isa/sound/sb16_midi.c')
-rw-r--r--sys/i386/isa/sound/sb16_midi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/isa/sound/sb16_midi.c b/sys/i386/isa/sound/sb16_midi.c
index 7b23b4b..e40fe87 100644
--- a/sys/i386/isa/sound/sb16_midi.c
+++ b/sys/i386/isa/sound/sb16_midi.c
@@ -25,7 +25,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sb16_midi.c,v 1.3 1994/08/02 07:40:38 davidg Exp $
*/
#include "sound_config.h"
@@ -225,11 +224,7 @@ attach_sb16midi (long mem_start, struct address_info *hw_config)
return mem_start;
}
-#ifdef __FreeBSD__
- printk ("snd7: <SoundBlaster MPU-401>");
-#else
printk (" <SoundBlaster MPU-401>");
-#endif
std_midi_synth.midi_dev = my_dev = num_midis;
midi_devs[num_midis++] = &sb16midi_operations;
@@ -287,7 +282,6 @@ int
probe_sb16midi (struct address_info *hw_config)
{
int ok = 0;
- int i;
extern int sbc_major;
if (sbc_major < 4)
OpenPOWER on IntegriCloud