From green@feldman.dyn.ml.org  Sat Dec 27 13:17:27 1997
Received: from feldman.dyn.ml.org (green@1Cust77.max1.washington.dc.ms.uu.net [153.34.49.77])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19459
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Dec 1997 13:17:25 -0800 (PST)
          (envelope-from green@feldman.dyn.ml.org)
Received: (from green@localhost)
	by feldman.dyn.ml.org (8.8.8/8.8.7) id QAA10494;
	Sat, 27 Dec 1997 16:16:32 -0500 (EST)
	(envelope-from green)
Message-Id: <199712272116.QAA10494@feldman.dyn.ml.org>
Date: Sat, 27 Dec 1997 16:16:32 -0500 (EST)
From: green <green@feldman.dyn.ml.org>
Reply-To: green@feldman.dyn.ml.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: default SB16 variables are wrong 
X-Send-Pr-Version: 3.2

>Number:         5384
>Category:       kern
>Synopsis:       default SB16 variables are wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 27 13:20:01 PST 1997
>Closed-Date:    Sat Dec 27 16:29:52 PST 1997
>Last-Modified:  Sat Dec 27 16:32:00 PST 1997
>Originator:     green
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
#FreeBSD on EFnet 
>Environment:

i386 running the STABLE branch

>Description:

The LINT file
	(/usr/src/sys/i386/conf/LINT)
and the sound_config.h file
	(/usr/src/sys/i386/isa/sound/sound_config.h)
have incorrect, and completely conflicting harwdware definitions for the Sound Blaster 16. they should both be matched to the correct settings.

>How-To-Repeat:

Just look at the files.

>Fix:
	
In /usr/src/sys/i386/conf/LINT change the following line:
--- device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
+++ device sb0      at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr

and in /usr/src/sys/i386/isa/sound/sound_config.h change the following:
--- #define SBC_IRQ         7       /* IQR7 is the factory default.  */
+++ #define SBC_IRQ         5       /* IRQ5 is the factory default.  */
--- #define SB16_DMA        6 
+++ #define SB16_DMA        5
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Sat Dec 27 16:29:52 PST 1997 
State-Changed-Why:  
This was already fixed in -current but not yet merged into 2.2. 
Done, thanks. 
>Unformatted:
