From dougdougdougdoug@dt051n19.san.rr.com  Sat Jan 31 12:48:16 1998
Received: from dt051n19.san.rr.com (dougdougdougdoug@dt051n19.san.rr.com [204.210.32.25])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03290
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 31 Jan 1998 12:48:15 -0800 (PST)
          (envelope-from dougdougdougdoug@dt051n19.san.rr.com)
Received: (from dougdougdougdoug@localhost)
	by dt051n19.san.rr.com (8.8.8/8.8.8) id UAA00655;
	Sat, 31 Jan 1998 20:48:14 GMT
	(envelope-from dougdougdougdoug)
Message-Id: <199801312048.UAA00655@dt051n19.san.rr.com>
Date: Sat, 31 Jan 1998 20:48:14 GMT
From: Studded@san.rr.com
Reply-To: Studded@san.rr.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: sound_config.h has wrong default for SB16 high DMA
X-Send-Pr-Version: 3.2

>Number:         5616
>Category:       kern
>Synopsis:       sound_config.h has wrong default for SB16 high DMA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 12:50:00 PST 1998
>Closed-Date:    Sat Jan 31 21:45:22 PST 1998
>Last-Modified:  Sat Jan 31 21:45:44 PST 1998
>Originator:     Doug
>Release:        FreeBSD 2.2.5-STABLE-0131 i386
>Organization:
None
>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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Jan 31 21:45:22 PST 1998 
State-Changed-Why:  
Duplicate of misc/5542. 
>Unformatted:
