Date: Sat, 20 Jan 2001 17:08:53 +0600 (NOVT) From: nnd@mail.nsk.ru To: FreeBSD-gnats-submit@freebsd.org Cc: matey@cis.ohio-state.edu Subject: ports/24478: Un-broke the 'ports/audio/aureal-kmod' port Message-ID: <200101201108.f0KB8rt52974@wint.itfs.nsk.su>
next in thread | raw e-mail | index | archive | help
>Number: 24478 >Category: ports >Synopsis: Un-broke the 'ports/audio/aureal-kmod' port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 20 03:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Nickolay Dudorov >Release: FreeBSD 5.0-CURRENT i386 >Organization: STE Infoteka >Environment: System: FreeBSD wint.itfs.nsk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jan 20 11:20:11 NOVT 2001 nnd@wint.itfs.nsk.su:/usr/obj/usr/src/sys/WINTS i386 >Description: After the next commit ================================================================ peter 2001/01/19 01:57:30 PST Modified files: sys/alpha/alpha ipl_funcs.c sys/i386/isa ipl.s sys/i386/include asnames.h sys/ia64/ia64 ipl_funcs.c sys/kern kern_intr.c sys/sys systm.h Log: Remove the static splXXX functions and replace them by static __inline stubs. Remove the xxx_imask variables which have been all but gone for a while. ================================================================ kernel modules builded by 'ports/audio/aureal-kmod' can not be 'kldload'ed with the diagnostics: "link_elf: symbol spltty undefined" >How-To-Repeat: Try to kldload any of the said modules on the -current after the commit above. >Fix: Applay the next patch to the 'ports/audio/aureal-kmod' Index: files/patch-au88x0.c =================================================================== RCS file: /scratch/CVS/ports/audio/aureal-kmod/files/patch-au88x0.c,v retrieving revision 1.1 diff -b -u -r1.1 patch-au88x0.c --- files/patch-au88x0.c 2001/01/15 17:42:46 1.1 +++ files/patch-au88x0.c 2001/01/20 10:45:38 @@ -3,12 +3,13 @@ --- au88x0.c.orig Mon Jan 15 18:44:49 2001 +++ au88x0.c Mon Jan 15 18:44:49 2001 -@@ -32,7 +32,7 @@ +@@ -32,7 +32,8 @@ */ #include <dev/sound/pcm/sound.h> -#include <dev/sound/pci/au88x0.h> +#include "au88x0.h" ++#include <sys/systm.h> #include <pci/pcireg.h> #include <pci/pcivar.h> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101201108.f0KB8rt52974>