From fb377011224d3ca2cc8b0c4cf7324b7a94629b31 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 4 Mar 1995 21:11:21 +0000 Subject: 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 Obtained from: Voxware --- sys/i386/isa/sound/sb16_midi.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/i386/isa/sound/sb16_midi.c') 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: "); -#else printk (" "); -#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) -- cgit v1.1