Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 1998 09:25:43 -0700 (PDT)
From:      Michael Enkelis <michaele@enky.mxim.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/8412: hard to read sound card probe result.
Message-ID:  <199810221625.JAA01229@enky.mxim.com>

next in thread | raw e-mail | index | archive | help

>Number:         8412
>Category:       kern
>Synopsis:       hard to read sound card probe result.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 22 09:30:02 PDT 1998
>Last-Modified:
>Originator:     Michael Enkelis
>Organization:
N/A
>Release:        FreeBSD 3.0-CURRENT i386
>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"); )


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810221625.JAA01229>