From owner-freebsd-questions Mon Dec 6 18:25:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from locutus.plaidranch.org (locutus.plaidranch.org [209.151.69.20]) by hub.freebsd.org (Postfix) with ESMTP id 62E0A14C22 for ; Mon, 6 Dec 1999 18:25:28 -0800 (PST) (envelope-from slayer@locutus.plaidranch.org) Received: from localhost (slayer@localhost) by locutus.plaidranch.org (8.9.3/8.9.3) with ESMTP id TAA27990 for ; Mon, 6 Dec 1999 19:25:22 -0700 Date: Mon, 6 Dec 1999 19:25:22 -0700 (MST) From: Graey To: freebsd-questions@freebsd.org Subject: SB16 and 3.3 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to add SB16 support to my kernel. I currently have the following lines related to audio in my kernel: controller snd0 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 conflicts While making kernel, I get the following output: loading kernel soundcard.o: In function `sndpoll': soundcard.o(.text+0x2f7): undefined reference to `MIDIbuf_poll' sound_switch.o: In function `sound_read_sw': sound_switch.o(.text+0x52d): undefined reference to `MIDIbuf_read' sound_switch.o: In function `sound_write_sw': sound_switch.o(.text+0x5ad): undefined reference to `MIDIbuf_write' sound_switch.o: In function `sound_open_sw': sound_switch.o(.text+0x68f): undefined reference to `MIDIbuf_open' sound_switch.o: In function `sound_release_sw': sound_switch.o(.text+0x72b): undefined reference to `MIDIbuf_release' sound_switch.o: In function `sound_ioctl_sw': sound_switch.o(.text+0x835): undefined reference to `MIDIbuf_ioctl' *** Error code 1 Stop. Could someone possibly help me with this? I will gladly supply any additional information needed. - Graey (not currently subscribed to the list) -------------------------------------------------------------------------- luvewe.bonch.org/~slayer ICQ# 6247141 slayer@luvewe.bonch.org www.faqs.org/faqs/usenet/posting-rules/ www.newbiesguide.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message