From nnd@wint.itfs.nsk.su  Sat Jan 20 03:08:59 2001
Return-Path: <nnd@wint.itfs.nsk.su>
Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43])
	by hub.freebsd.org (Postfix) with ESMTP id C654E37B6A3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Jan 2001 03:08:58 -0800 (PST)
Received: (from nnd@localhost)
	by wint.itfs.nsk.su (8.11.1/8.11.1) id f0KB8rt52974;
	Sat, 20 Jan 2001 17:08:53 +0600 (NOVT)
	(envelope-from nnd)
Message-Id: <200101201108.f0KB8rt52974@wint.itfs.nsk.su>
Date: Sat, 20 Jan 2001 17:08:53 +0600 (NOVT)
From: nnd@mail.nsk.ru
Reply-To: nnd@mail.nsk.ru
To: FreeBSD-gnats-submit@freebsd.org
Cc: matey@cis.ohio-state.edu
Subject: Un-broke the 'ports/audio/aureal-kmod' port 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         24478
>Category:       ports
>Synopsis:       Un-broke the 'ports/audio/aureal-kmod' port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 20 03:10:01 PST 2001
>Closed-Date:    Sun Feb 25 20:16:31 PST 2001
>Last-Modified:  Sun Feb 25 20:17:31 PST 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Feb 25 20:16:31 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24478 
>Unformatted:
