mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
Use FreeBSD-style attach message
This commit is contained in:
parent
0e23e1a104
commit
588a8fcc98
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24245
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user