Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 1997 16:16:32 -0500 (EST)
From:      green <green@feldman.dyn.ml.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/5384: default SB16 variables are wrong 
Message-ID:  <199712272116.QAA10494@feldman.dyn.ml.org>
Resent-Message-ID: <199712272120.NAA19763@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         5384
>Category:       kern
>Synopsis:       default SB16 variables are wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 27 13:20:01 PST 1997
>Last-Modified:
>Originator:     green
>Organization:
#FreeBSD on EFnet 
>Release:        FreeBSD 2.2.5-STABLE i386
>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
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712272116.QAA10494>