Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 1998 13:37:44 +1000 (EST)
From:      john@nlc.net.au
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   i386/8245: SB16 MIDI probe message
Message-ID:  <199810100337.NAA26299@pacer.nlc.net.au>

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

>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: <SoundBlaster MPU-401>");
+#else
   printk (" <SoundBlaster MPU-401>");
+#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



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