Date: Sun, 26 Mar 1995 15:21:55 +0000 From: Amancio Hasty <hasty@star-gate.com> To: Kim Culhan <kimc@w8hd.w8hd.org> Cc: hackers@FreeBSD.org Subject: Re: undef'd symbol on -current Message-ID: <199503261521.PAA03903@star-gate.com> In-Reply-To: Your message of "Sun, 26 Mar 1995 18:09:23 EST." <Pine.NEB.3.91.950326180636.6035B-100000@w8hd.w8hd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > The -current is really working well here, just one snark at the moment: > > loading kernel > ioconf.o: Undefined symbol `_snddriver' referenced from data segment > ioconf.o: Undefined symbol `_gusintr' referenced from data segment > *** Error code 1 > > I can't figure out what to include to get around this problem... > > Any assistance on this is greatly appreciated. > In your system configuration file have something like: controller snd0 device gus0 at isa? port 0x220 irq 12 drq 1 vector gusintr The doc on how to configure the sound driver for -current is in sys/i386/isa/sound.doc Have fun, Amancio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503261521.PAA03903>