From 588a8fcc98badf26ade0b7fddc79bd248ceb1dce Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 25 Mar 1997 04:16:25 +0000 Subject: [PATCH] Use FreeBSD-style attach message --- sys/i386/isa/sound/sb16_midi.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/i386/isa/sound/sb16_midi.c b/sys/i386/isa/sound/sb16_midi.c index 308d234eaae..aaf607fdf1b 100644 --- a/sys/i386/isa/sound/sb16_midi.c +++ b/sys/i386/isa/sound/sb16_midi.c @@ -233,7 +233,11 @@ attach_sb16midi (long mem_start, struct address_info *hw_config) return mem_start; } - printk (" "); +#ifdef __FreeBSD__ + printk ("sbmidi0: "); +#else + printk (" "); +#endif std_midi_synth.midi_dev = my_dev = num_midis; midi_devs[num_midis++] = &sb16midi_operations;