From owner-freebsd-bugs Thu Oct 22 09:30:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17246 for freebsd-bugs-outgoing; Thu, 22 Oct 1998 09:30:07 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17227 for ; Thu, 22 Oct 1998 09:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25721; Thu, 22 Oct 1998 09:30:02 -0700 (PDT) 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 ; 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 Reply-To: michaele@enky.mxim.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/8412: hard to read sound card probe result. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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