From owner-freebsd-current Thu Aug 22 09:57:12 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA28794 for current-outgoing; Thu, 22 Aug 1996 09:57:12 -0700 (PDT) Received: from covina.lightside.com (covina.lightside.com [207.67.176.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA28789 for ; Thu, 22 Aug 1996 09:57:11 -0700 (PDT) Received: from localhost by covina.lightside.com with smtp (Smail3.1.28.1 #6) id m0utd45-0006kNC; Thu, 22 Aug 96 09:57 PDT Date: Thu, 22 Aug 1996 09:57:00 -0700 (PDT) From: Jake Hamby To: "Jordan K. Hubbard" cc: Christoph Kukulies , akyol@wireless.Stanford.EDU, freebsd-current@FreeBSD.org Subject: Re: More on RealAudio In-Reply-To: <18497.840668870@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 21 Aug 1996, Jordan K. Hubbard wrote: > > No, I'm using it for the GUS. What is blowing up? It may be a problem > > with soundcard.h and it's location. This came in with recent changes > > in the linux lkm. > > Here's the relevant section of my kernel config file: > > controller snd0 > device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > #device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 > > And the errors: > > cc -c -O -pipe -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -Wunused -nostdinc -I. -I../.. -I../../sys -I../../../include -DI686_CPU -DI586_CPU -DINCLUDE_CONFIG_FILE -DAHC_TAGENABLE -DCOMPAT_IBCS2 -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/isa/sound/midi.c > ../../i386/isa/sound/midi.c:38: warning: no previous prototype for `CMIDI_init' > ../../i386/isa/sound/midi.c: In function `CMIDI_init': > ../../i386/isa/sound/midi.c:41: `num_midi_drivers' undeclared (first use this function) > ../../i386/isa/sound/midi.c:41: (Each undeclared identifier is reported only once > ../../i386/isa/sound/midi.c:41: for each function it appears in.) > ../../i386/isa/sound/midi.c:48: `midi_supported' undeclared (first use this function) > ... > > Looks like the configuration stuff is still not quite there. > > Anyway, since these patches are clearly not ready for prime-time, I'm > going to abandon my efforts to integrate them. I guess we're stuck with > the current sound drivers a little longer. :-( > > Jordan Wait a sec, Jordan. Last time I compiled my kernel, if I remember correctly, I wasn't able to comment out sbmidi0 like that. Try uncommenting it and see what happens! Even if you've disabled MIDI with a jumper, I believe the port is still valid. Anyway, I may be totally off, but see if uncommenting the sbmidi0 line fixes things... ---Jake