From nobody@FreeBSD.org  Thu Nov 16 08:39:43 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5AEF516A40F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Nov 2006 08:39:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1D92643D4C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Nov 2006 08:39:43 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kAG8dgrn060925
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Nov 2006 08:39:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kAG8dgFY060924;
	Thu, 16 Nov 2006 08:39:42 GMT
	(envelope-from nobody)
Message-Id: <200611160839.kAG8dgFY060924@www.freebsd.org>
Date: Thu, 16 Nov 2006 08:39:42 GMT
From: rotus<rotus@takamanohara.dyndns.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sound mss can not detect PC-9821 V166 internal sound
X-Send-Pr-Version: www-3.0

>Number:         105600
>Category:       kern
>Synopsis:       [snd_mss] [patch] can not detect PC-9821 V166 internal sound
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-multimedia
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 16 08:40:01 GMT 2006
>Closed-Date:    Sat May 19 10:54:06 GMT 2007
>Last-Modified:  Sat May 19 11:00:11 GMT 2007
>Originator:     rotus
>Release:        RELENG_6
>Organization:
>Environment:
FreeBSD amaterasu.takamanohara.org
6.2-PRERELEASE FreeBSD 6.2 PRERELEASE #2:
Thu Nov 16 16:40:35 JST 2006     root@amaterasu.takamanohara.org:/export/src/sys/pc98/compile/GENERIC i386

>Description:
snd_mss cannot detect PC-9821 V166 internal sound card, Because of different signature for MSS in source code.
>How-To-Repeat:
every time on boot
>Fix:
PC-9821 V166 internal sound card has 0x05 MSS signature.

--- mss.c.org	Thu Nov 16 17:18:51 2006
+++ mss.c	Wed Nov 15 00:08:18 2006
@@ -1320,7 +1320,7 @@
         goto mss_probe_end;
         }
         tmp &= 0x3f;
-        if (!(tmp == 0x04 || tmp == 0x0f || tmp == 0x00)) {
+   if (!(tmp == 0x04 || tmp == 0x0f || tmp == 0x00 ||tmp == 0x05)) {
       BVDDB(printf("No MSS signature detected on port 0x%lx (0x%x)\n",
                     rman_get_start(mss->io_base), tmpx));
 		goto no;
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-multimedia 
Responsible-Changed-By: remko 
Responsible-Changed-When: Thu Nov 16 09:46:16 UTC 2006 
Responsible-Changed-Why:  
Assign to the correct group and alter synopsis to better reflect what
is going on. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105600 
State-Changed-From-To: open->closed 
State-Changed-By: joel 
State-Changed-When: Sat May 19 10:53:24 UTC 2007 
State-Changed-Why:  
Patch committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105600 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/105600: commit references a PR
Date: Sat, 19 May 2007 10:53:11 +0000 (UTC)

 joel        2007-05-19 10:53:02 UTC
 
   FreeBSD src repository (doc committer)
 
   Modified files:
     sys/dev/sound/isa    mss.c 
   Log:
   Fix detection of PC-9821 V166 internal sound card.
   
   PR:             kern/105600
   Submitted by:   rotus <rotus@takamanohara.dyndns.org>
   Approved by:    ariff
   
   Revision  Changes    Path
   1.110     +1 -1      src/sys/dev/sound/isa/mss.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
