Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 1998 20:48:14 GMT
From:      Studded@san.rr.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/5616: sound_config.h has wrong default for SB16 high DMA
Message-ID:  <199801312048.UAA00655@dt051n19.san.rr.com>

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

>Number:         5616
>Category:       kern
>Synopsis:       sound_config.h has wrong default for SB16 high DMA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 12:50:00 PST 1998
>Last-Modified:
>Originator:     Doug
>Organization:
None
>Release:        FreeBSD 2.2.5-STABLE-0131 i386
>Environment:

	Any user with FreeBSD 2.2 and an SB16 card

>Description:

	/usr/src/sys/i386/isa/sound/sound_config.h has the wrong value for the high
DMA of the SB16 card. This line:
#define SB16_DMA        6
should read:
#define SB16_DMA        5

	I followed the recent discussion re updating the IRQ for the SB card
(thanks :), and I understand that something is happening with the sound code in
current, but I don't understand exactly what's happening or when. :) Since I understand we're getting
ready for a 2.2.6 release, I thought it would be nice to get this old problem fixed. 

>How-To-Repeat:


>Fix:
	
--- /usr/src/sys/i386/isa/sound/sound_config.h.Dist  Sat Dec 27 16:30:53 1997
+++ /usr/src/sys/i386/isa/sound/sound_config.h     Tue Dec 30 19:25:52 1997
@@ -106,7 +106,7 @@
 #ifdef PC98
 #define SB16_DMA       3
 #else
-#define SB16_DMA       6
+#define SB16_DMA       5
 #endif
 #endif


Thanks,

Doug
>Audit-Trail:
>Unformatted:



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