Date: Fri, 29 Nov 1996 18:00:27 +0900 (JST) From: Toyonori Fujiura <toyo@exiv.pearnet.org> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/2123: typo Message-ID: <199611290900.SAA00571@exiv.pearnet.org> Resent-Message-ID: <199611290910.BAA10394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2123 >Category: kern >Synopsis: typo >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 29 01:10:02 PST 1996 >Last-Modified: >Originator: Toyonori Fujiura >Organization: Internet BBS Application Laboratories. >Release: FreeBSD 3.0-CURRENT i386 >Environment: On using kernel with sb16 driver. >Description: kernel show typo >How-To-Repeat: kernel configured sbxvi0 >Fix: PLEASE ignore send-pr a little while ago. --- /sys/i386/isa/sound/sb16_dsp.c Fri Nov 15 17:30:37 1996 +++ sb16_dsp.c Fri Nov 29 17:41:53 1996 @@ -487,7 +487,7 @@ 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 >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611290900.SAA00571>