diff --git a/sys/i386/isa/sound/sb16_midi.c b/sys/i386/isa/sound/sb16_midi.c index 308d234eaaed..aaf607fdf1b7 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;