Date: Mon, 3 Nov 1997 04:23:21 +0200 (EET) From: Vladimir Kushnir <kushn@olinet.isf.kiev.ua> To: Tony Bearman <tbearman@sprint.ca> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel make fails at MIDI Message-ID: <Pine.BSF.3.96.971103042036.5067A-100000@kushnir.kiev.ua> In-Reply-To: <345D2D3F.7831229A@sprint.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2 Nov 1997, Tony Bearman wrote: > When trying to make a custom kernel, it fails with: > > soundcard.o: Undefined symbol '_MIDIbuf_select' referenced from text > segment > soundcard.o: Undefined symbol '_MIDIbuf_init' referenced from text > segment > sound_switch.o: Undefined symbol '_MIDIbuf_read' referenced from text > segment > sound_switch.o: Undefined symbol '_MIDIbuf_write' referenced from text > segment > sound_switch.o: Undefined symbol '_MIDIbuf_open' referenced from text > segment > sound_switch.o: Undefined symbol '_MIDIbuf_release' referenced from text > segment > sound_switch.o: Undefined symbol '_MIDIbuf_ioctl' referenced from text > segment > > Among other changes to the generic configuration file, I have added: > > controller snd0 > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > > Could someone please explain how I have erred and what I can do to > rectify this? > > Many thanks. > > > > You've forgotten to include SB driver proper: device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr (line from LINT, your irq can differ) Hope this helps Vladimir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971103042036.5067A-100000>