Date: Sat, 7 Apr 2001 00:20:02 -0700 (PDT) From: Peter Wemm <peter@wemm.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/26394: snd_emu10k1.ko looks like it is broken Message-ID: <200104070720.f377K2545034@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/26394; it has been noted by GNATS.
From: Peter Wemm <peter@wemm.org>
To: dyeske@yahoo.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/26394: snd_emu10k1.ko looks like it is broken
Date: Sat, 07 Apr 2001 00:18:08 -0700
dyeske@yahoo.com wrote:
> >Description:
> it looks like the snd_emu10k1.ko module is missing a function definition some
where...
>
> Preloaded elf module "snd_emu10k1.ko" at 0xc030813c.
> link_elf: symbol sndbuf_getbps undefined
Try this:
Index: src/sys/modules/emu10k1/Makefile
===================================================================
RCS file: /home/ncvs/src/sys/modules/sound/driver/emu10k1/Makefile,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 Makefile
--- emu10k1/Makefile 2000/09/23 19:15:02 1.1.2.1
+++ emu10k1/Makefile 2001/04/07 07:16:55
@@ -4,5 +4,6 @@
KMOD = snd_emu10k1
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += emu10k1.c
+KMODDEPS = snd_pcm
.include <bsd.kmod.mk>
There is a similar error in ad1816/Makefile.
Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104070720.f377K2545034>
