summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-29 12:26:30 +0000
committerjkh <jkh@FreeBSD.org>1996-11-29 12:26:30 +0000
commit786512f23e67022d5f04f328ba0578f78958763a (patch)
tree525c4acc6307277aa389f17c9f515745cdb42506 /sys/i386/isa
parent6d096a9c6992493e640028d66951c1369c424757 (diff)
downloadFreeBSD-src-786512f23e67022d5f04f328ba0578f78958763a.zip
FreeBSD-src-786512f23e67022d5f04f328ba0578f78958763a.tar.gz
Correct name in probe type. Closes PR# 2122 (with a change, since the PR
did not actually use the correct name either :-). Submitted-By: Toyonori Fujiura <toyo@exiv.pearnet.org>
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/sound/sb16_dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/sb16_dsp.c b/sys/i386/isa/sound/sb16_dsp.c
index 5f6f3a6..fd297db 100644
--- a/sys/i386/isa/sound/sb16_dsp.c
+++ b/sys/i386/isa/sound/sb16_dsp.c
@@ -487,7 +487,7 @@ sb16_dsp_init (long mem_start, struct address_info *hw_config)
sprintf (sb16_dsp_operations.name, "SoundBlaster 16 %d.%d", sbc_major, sbc_minor);
#if defined(__FreeBSD__)
- printk ("sbxvo0: <%s>", sb16_dsp_operations.name);
+ printk ("sbxvi0: <%s>", sb16_dsp_operations.name);
#else
printk (" <%s>", sb16_dsp_operations.name);
#endif
OpenPOWER on IntegriCloud