Use FreeBSD-style attach message

This commit is contained in:
Andrey A. Chernov 1997-03-25 04:16:25 +00:00
parent 0e23e1a104
commit 588a8fcc98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24245

View File

@ -233,7 +233,11 @@ attach_sb16midi (long mem_start, struct address_info *hw_config)
return mem_start;
}
printk (" <SoundBlaster MPU-401>");
#ifdef __FreeBSD__
printk ("sbmidi0: <SoundBlaster 16 MPU-401>");
#else
printk (" <SoundBlaster 16 MPU-401>");
#endif
std_midi_synth.midi_dev = my_dev = num_midis;
midi_devs[num_midis++] = &sb16midi_operations;