Date: Fri, 29 Nov 1996 17:50:52 +0900 (JST) From: Toyonori Fujiura <toyo@exiv.pearnet.org> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/2122: typo Message-ID: <199611290850.RAA00439@exiv.pearnet.org> Resent-Message-ID: <199611290900.BAA09864@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2122 >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:00:02 PST 1996 >Last-Modified: >Originator: Toyonori Fujiura >Organization: Internet BBS Application Laboratory. >Release: FreeBSD 3.0-CURRENT i386 >Environment: In using kernel configured with sb16 driver. >Description: If you configured sbxvi0 , shown sbxvo0 instead of sbxvi0 at boottime. >How-To-Repeat: Configure sbxvi0 >Fix: --- /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 ("sbxvoi: <%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?199611290850.RAA00439>