From owner-freebsd-bugs Fri Oct 9 20:40:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28809 for freebsd-bugs-outgoing; Fri, 9 Oct 1998 20:40:24 -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 UAA28712 for ; Fri, 9 Oct 1998 20:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA14753; Fri, 9 Oct 1998 20:40:00 -0700 (PDT) Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA26634 for ; Fri, 9 Oct 1998 20:30:22 -0700 (PDT) (envelope-from john@pacer.nlc.net.au) Received: (qmail 2749 invoked from network); 10 Oct 1998 13:30:10 +1000 Received: from pacer.nlc.net.au (203.24.133.8) by nhj.nlc.net.au with SMTP; 10 Oct 1998 13:30:10 +1000 Received: (from john@localhost) by pacer.nlc.net.au (8.8.8/8.8.8) id NAA26299; Sat, 10 Oct 1998 13:37:44 +1000 (EST) (envelope-from john) Message-Id: <199810100337.NAA26299@pacer.nlc.net.au> Date: Sat, 10 Oct 1998 13:37:44 +1000 (EST) From: john@nlc.net.au Reply-To: john@nlc.net.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: i386/8245: SB16 MIDI probe message Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8245 >Category: i386 >Synopsis: Probe message for SoundBlaster 16 midi is bad >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: Fri Oct 9 20:40:00 PDT 1998 >Last-Modified: >Originator: John Saunders >Organization: NORTHLINK COMMUNICATIONS >Release: FreeBSD 2.2.7-STABLE i386 >Environment: FreeBSD 2.2.7 with SB16/SB32/SB64 card. >Description: SB16 midi port probe message looks bad. >How-To-Repeat: Configure kernel to probe for SB16 midi port. >Fix: See attached patch. --- sys/i386/isa/sound/sb16_midi.c.ctm Sun Mar 15 01:39:18 1998 +++ sys/i386/isa/sound/sb16_midi.c Sun Mar 15 01:41:22 1998 @@ -233,7 +233,11 @@ return mem_start; } +#if defined(__FreeBSD__) + printk ("sbmidi0: "); +#else printk (" "); +#endif std_midi_synth.midi_dev = my_dev = num_midis; midi_devs[num_midis++] = &sb16midi_operations; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message