Date: Sat, 31 Jan 1998 13:30:06 -0800 From: Studded <Studded@san.rr.com> To: multimedia@FreeBSD.ORG Subject: [Fwd: kern/5616: sound_config.h has wrong default for SB16 high DMA] Message-ID: <34D397DE.409E51C0@san.rr.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
My understanding is that you folks want a copy of these kinds of
things. If there is any response, please send it directly to me since
I'm not on this list.
Thanks,
Doug
--
*** Proud operator, designer and maintainer of the world's largest
*** Internet Relay Chat server. 5,120 clients and still growing.
*** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD)
*** Part of the DALnet IRC network ***
[-- Attachment #2 --]
Received: from pop-server.san.rr.com
by dt051n19.san.rr.com (fetchmail-4.3.5 POP3)
for <dougdougdougdoug@localhost> (single-drop); Sat, 31 Jan 1998 13:25:01 PST
Received: by mail.san.rr.com for studded
(with Cubic Circle's cucipop (v1.21 1997/08/10) Sat Jan 31 13:25:00 1998)
X-From_: owner-freebsd-bugs@freebsd.org Sat Jan 31 12:50 PST 1998
Received: from ns3.harborcom.net (ns3.harborcom.net [206.158.4.7])
by mail-atm.san.rr.com (8.8.7/8.8.8) with SMTP id MAA21394
for <Studded@san.rr.com>; Sat, 31 Jan 1998 12:50:37 -0800 (PST)
Received: from hub.freebsd.org [204.216.27.18]
by ns3.harborcom.net with esmtp (Exim 1.82 #1)
id 0xyjri-0002B4-00; Sat, 31 Jan 1998 15:50:14 -0500
Received: from localhost (daemon@localhost)
by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA03535;
Sat, 31 Jan 1998 12:50:11 -0800 (PST)
(envelope-from owner-freebsd-bugs)
Received: by hub.freebsd.org (bulk_mailer v1.6); Sat, 31 Jan 1998 12:50:04 -0800
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 <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
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
X-Loop: FreeBSD.org
X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe freebsd-bugs"
Content-Type: text
>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?34D397DE.409E51C0>
