From owner-freebsd-current Fri Nov 7 15:48:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA02274 for current-outgoing; Fri, 7 Nov 1997 15:48:20 -0800 (PST) (envelope-from owner-freebsd-current) Received: from localhost.kiev.ua (c119.dialup.ISF.Kiev.UA [194.44.162.119]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA02263 for ; Fri, 7 Nov 1997 15:48:04 -0800 (PST) (envelope-from kushn@olinet.isf.kiev.ua) Received: from localhost (volodya@localhost) by localhost.kiev.ua (8.8.7/8.8.5) with SMTP id BAA00500; Sat, 8 Nov 1997 01:50:57 +0200 (EET) Date: Sat, 8 Nov 1997 01:50:56 +0200 (EET) From: Vladimir Kushnir X-Sender: volodya@kushnir.kiev.ua Reply-To: Vladimir Kushnir To: Michael Reifenberger cc: FreeBSD-Current Subject: Re: current sound and mss* In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 7 Nov 1997, Michael Reifenberger wrote: > Hi, > with -current sources I tried (for my built in OPTI-82C930 sound) > ... > controller snd0 > device mss0 at isa? port 0x530 irq 10 drq 1 vector adintr > device opl0 at isa? port 0x388 > device mpu0 at isa? port 0x330 irq 5 drq 0 > > and get during kernel-link: > loading kernel > ad1848.o: Undefined symbol `_sound_timer_interrupt' referenced from text segment > ad1848.o: Undefined symbol `_sound_timer_syncinterval' referenced from text > segment > ad1848.o: Undefined symbol `_sound_timer_init' referenced from text segment > ... > > It would be defined in sound_timer.c > These functions seems only to be defined for GUS: > i386/isa/sound/sound_timer.c optional gus device-driver > > Am I'm right or what do I wrong? > > > Bye! > ---- > Michael Reifenberger > Plaut Software GmbH, R/3 Basis > Just add this into /usr/src/sys/i386/conf/files.i386: i386/isa/sound/sound_timer.c optional mss device-driver It compiles then. Regards Vladimir