From owner-freebsd-hackers Sun Mar 26 15:27:14 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA15314 for hackers-outgoing; Sun, 26 Mar 1995 15:27:14 -0800 Received: from star-gate.com (hasty.vip.best.com [204.156.141.143]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA15308 for ; Sun, 26 Mar 1995 15:27:11 -0800 Received: from localhost.mcs.com (localhost.mcs.com [127.0.0.1]) by star-gate.com (8.6.9/8.6.9) with SMTP id PAA03903; Sun, 26 Mar 1995 15:21:59 GMT Message-Id: <199503261521.PAA03903@star-gate.com> X-Authentication-Warning: star-gate.com: Host localhost.mcs.com didn't use HELO protocol X-Mailer: exmh version 1.6alpha 2/16/95 To: Kim Culhan cc: hackers@FreeBSD.org Subject: Re: undef'd symbol on -current In-reply-to: Your message of "Sun, 26 Mar 1995 18:09:23 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 26 Mar 1995 15:21:55 +0000 From: Amancio Hasty Sender: hackers-owner@FreeBSD.org Precedence: bulk > > 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