From michaele@enky.mxim.com  Thu Oct 22 09:26:39 1998
Received: from enky.mxim.com (enky.mxim.com [204.17.143.155])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA16812
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Oct 1998 09:26:14 -0700 (PDT)
          (envelope-from michaele@enky.mxim.com)
Received: (from michaele@localhost)
	by enky.mxim.com (8.9.1/8.9.1) id JAA01229;
	Thu, 22 Oct 1998 09:25:43 -0700 (PDT)
	(envelope-from michaele)
Message-Id: <199810221625.JAA01229@enky.mxim.com>
Date: Thu, 22 Oct 1998 09:25:43 -0700 (PDT)
From: Michael Enkelis <michaele@enky.mxim.com>
Reply-To: michaele@enky.mxim.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: hard to read sound card probe result.
X-Send-Pr-Version: 3.2

>Number:         8412
>Category:       kern
>Synopsis:       hard to read sound card probe result.
>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:   Thu Oct 22 09:30:02 PDT 1998
>Closed-Date:    Sun Dec 27 03:35:46 PST 1998
>Last-Modified:  Sun Dec 27 03:36:14 PST 1998
>Originator:     Michael Enkelis
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
N/A
>Environment:

	system with PnP OPL3 sound card and driver by  Luigi Rizzo.

>Description:

	Missing newline in OPL probe routine causes hard to
	read probe result message.

>How-To-Repeat:

	boot kernel with OPL? chipset

>Fix:
Change /usr/src/sys/i386/isa/snd/ad1848.c  Line #957
old:
	DDB(printf("set yamaha master volume to max"); )

new:
	DDB(printf("set yamaha master volume to max\n"); )


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: luigi 
State-Changed-When: Sun Dec 27 03:35:46 PST 1998 
State-Changed-Why:  
fixed on oct.22, thanks 

luigi 
>Unformatted:
