From owner-freebsd-questions Sat Feb 20 9:30:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hole.noc.iafrica.com (hole.noc.iafrica.com [196.31.1.191]) by hub.freebsd.org (Postfix) with ESMTP id 77684111D2 for ; Sat, 20 Feb 1999 09:30:26 -0800 (PST) (envelope-from robh@hole.noc.iafrica.com) Received: from robh (helo=localhost) by hole.noc.iafrica.com with local-smtp (Exim 2.04 #1) id 10EGEQ-0006KN-00 for freebsd-questions@freebsd.org; Sat, 20 Feb 1999 19:30:22 +0200 Date: Sat, 20 Feb 1999 19:30:22 +0200 (SAT) From: Rob Hunter X-Sender: robh@hole.noc.iafrica.com To: freebsd-questions@freebsd.org Subject: awe64 on 3.1-RELEASE 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 Hi I have an AWE 64. I've added the following 2 lines to my kernel: #Sound Blaster AWE64 controller snd0 device awe0 at isa? port 0x620 This is gathered from what little of the matter I could find in LINT and /usr/src/sys/i386/isa/sound/sound.doc. I get the following when doing the "make" for the new kernel: sh ../../conf/newvers.sh STICKYcc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf vers.cloading kernelsoundcard.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. Does anyone have any info on this, or references to good doc's? thanks --Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message