From 5f6a57e19b7def5cdea2a672b848261358bed2bc Mon Sep 17 00:00:00 2001 From: swallace Date: Sun, 5 Mar 1995 22:11:57 +0000 Subject: Revert to earlier code which contains FreeBSD snd[1-7] probe information, $Id$ information, and other code to make sound driver compile and work correctly with FreeBSD. Integrate changes obtained from Sujal Patel. These changes are: o local.h: reverse option logic from EXCLUDE_* to AUDIO_* o pas2_mixer.c: small addition o ad1848.c: minor change with macro names o sequencer.c: minor change with note check o many spelling corrections in comments in about every other file --- sys/i386/isa/sound/sb16_midi.c | 5 +++++ 1 file changed, 5 insertions(+) (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 e40fe87..ec412a6 100644 --- a/sys/i386/isa/sound/sb16_midi.c +++ b/sys/i386/isa/sound/sb16_midi.c @@ -25,6 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * sb16_midi.c,v 1.4 1994/10/01 02:17:03 swallace Exp */ #include "sound_config.h" @@ -224,7 +225,11 @@ 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; -- cgit v1.1