From owner-freebsd-multimedia Tue Aug 26 10:57:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25904 for multimedia-outgoing; Tue, 26 Aug 1997 10:57:35 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25896 for ; Tue, 26 Aug 1997 10:57:25 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id KAA00310; Tue, 26 Aug 1997 10:56:13 -0700 (PDT) Message-Id: <199708261756.KAA00310@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Mark Tinguely cc: jakob@teligent.se, luigi@labinfo.iet.unipi.it, multimedia@FreeBSD.ORG Subject: Re: Which driver? In-reply-to: Your message of "Tue, 26 Aug 1997 11:02:11 CDT." <199708261602.LAA04966@plains.NoDak.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 26 Aug 1997 10:56:13 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, The new mods for isa.c are not required by guspnp17 however they will be required by guspnp18. Basically, I incorporated isa_dmastatus into the sound driver due to oh a stale mate with freebsd hackers. Since then , I managed to generate diffs against isa.c after I managed to resolve the issue of sb16 vs guspnp use of isa_dmastatus. Now that isa.c will support properly auto dma for non bounce buffers guspnp18 will use -current's isa.c . No mods will be required for isa.c. isa_dmastatus and isa_dmastop was written by Luigi and modify by me to support auto dma . I expect Michael Smith to submit the mods sometime today and guspnp18 will be available shortly there after. Cheers, Amancio >From The Desk Of Mark Tinguely : > > it is likely that amancio's driver also works on 2.2.X . It would be > > very nice of you if you could run both driver and report problems of > > success, since this would enable us to try and fix them. > > I think the newer Amancio's driver requires the auto-DMA changes found in > the 3.0 version of /sys/i386/isa/isa.c. I am not sure if it also requires > the patches he sent to the freebsd-hackers mailing list in the last 24 hours. > > --mark.