From nobody@FreeBSD.ORG  Thu Jul  6 11:29:48 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 1249537B9D8; Thu,  6 Jul 2000 11:29:48 -0700 (PDT)
Message-Id: <20000706182948.1249537B9D8@hub.freebsd.org>
Date: Thu,  6 Jul 2000 11:29:48 -0700 (PDT)
From: sluggo@unknown.nu
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Kernel compile crashes under 3.5 with sbvxi0 added
X-Send-Pr-Version: www-1.0

>Number:         19742
>Category:       kern
>Synopsis:       Kernel compile crashes under 3.5 with sbvxi0 added
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 06 11:30:00 PDT 2000
>Closed-Date:    Mon Jul 31 14:38:46 PDT 2000
>Last-Modified:  Mon Jul 31 14:40:10 PDT 2000
>Originator:     Kim Scarborough
>Release:        3.5
>Organization:
>Environment:
FreeBSD iguana.unknown.nu 3.5-RELEASE FreeBSD 3.5-RELEASE #4: Tue Jul  4 23:05:13 CDT 2000     root@iguana.unknown.nu:/usr/src/sys/compile/IGUANA  i386
>Description:
When I try to add "device sbxvi0   at isa? drq 5" to my kernel config, the compile dies like so:

dev_table.o(.data+0xc4): undefined reference to `attach_sb16midi'
dev_table.o(.data+0xc8): undefined reference to `probe_sb16midi'
sb_dsp.o: In function `sbintr':
sb_dsp.o(.text+0xa9): undefined reference to `sb16midiintr'
>How-To-Repeat:
I've posted my kernel config to http://www.unknown.nu/temp/kernel.config, if you'd like to try to build a kernel from it. Also, I've put the output from "make" at http://www.unknown.nu/temp/make.output .
>Fix:


>Release-Note:
>Audit-Trail:

From: "Chris D. Faulhaber" <jedgar@fxp.org>
To: sluggo@unknown.nu
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/19742: Kernel compile crashes under 3.5 with sbvxi0 added
Date: Mon, 10 Jul 2000 18:38:30 -0400 (EDT)

 Try including: device sbmidi0  at isa? port 0x330
 
 or use the pcm drivers (remove controller snd0 and device sb*) and add:
 
 device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x15
 
 -----
 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
 --------------------------------------------------------
 FreeBSD: The Power To Serve   -   http://www.FreeBSD.org
 
 
State-Changed-From-To: open->closed 
State-Changed-By: jedgar 
State-Changed-When: Mon Jul 31 14:38:46 PDT 2000 
State-Changed-Why:  
Submitter reports compile works when adding sbmidi0 device. 

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