From owner-freebsd-bugs Sat Jan 31 12:50:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03509 for freebsd-bugs-outgoing; Sat, 31 Jan 1998 12:50:02 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03502; Sat, 31 Jan 1998 12:50:01 -0800 (PST) (envelope-from gnats) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: kern/5616: sound_config.h has wrong default for SB16 high DMA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-bugs" >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: