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

>Number:         2123
>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:10:02 PST 1996
>Closed-Date:    Fri Nov 29 04:27:03 PST 1996
>Last-Modified:  Tue Nov 27 19:23:23 PST 2001
>Originator:     Toyonori Fujiura
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Internet BBS Application Laboratories.
>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


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Fri Nov 29 04:27:03 PST 1996 
State-Changed-Why:  
Thanks - I already arrived at the same conclusion about 2122. :-) 
Fixed. 
>Unformatted:
