From toyo@exiv.pearnet.org  Fri Nov 29 00:51:31 1996
Received: from exiv.pearnet.org ([204.162.40.1])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA09313
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Nov 1996 00:51:29 -0800 (PST)
Received: (from toyo@localhost) by exiv.pearnet.org (8.8.3/8.8.2) id RAA00439; Fri, 29 Nov 1996 17:50:52 +0900 (JST)
Message-Id: <199611290850.RAA00439@exiv.pearnet.org>
Date: Fri, 29 Nov 1996 17:50:52 +0900 (JST)
From: Toyonori Fujiura <toyo@exiv.pearnet.org>
Reply-To: toyo@exiv.pearnet.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo
X-Send-Pr-Version: 3.2

>Number:         2122
>Category:       kern
>Synopsis:       typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 29 01:00:02 PST 1996
>Closed-Date:    Fri Nov 29 04:26:35 PST 1996
>Last-Modified:  Tue Nov 27 19:23:22 PST 2001
>Originator:     Toyonori Fujiura
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Internet BBS Application Laboratory.
>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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Fri Nov 29 04:26:35 PST 1996 
State-Changed-Why:  
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> 
>Unformatted:
