From owner-freebsd-multimedia Sat Aug 16 23:14:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA09753 for multimedia-outgoing; Sat, 16 Aug 1997 23:14:27 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA09734; Sat, 16 Aug 1997 23:14:21 -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 XAA01038; Sat, 16 Aug 1997 23:14:15 -0700 (PDT) Message-Id: <199708170614.XAA01038@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Kyle Mestery cc: freebsd-multimedia@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Problem with my Wincast, fxtv In-reply-to: Your message of "Sat, 16 Aug 1997 22:42:20 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 16 Aug 1997 23:14:15 -0700 From: Amancio Hasty Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yes, just nuke this out from isa.c:isa_dmastatus and you will be okay, /* channel active? */ if ((dma_inuse & (1 << chan)) == 0) { /* printf("isa_dmastatus: channel %d not active\n", chan); return(-1); */ } /* still busy? */ if ((dma_busy & (1 << chan)) == 0) { /* return(0); */ } Next release of the sound driver will not use isa_dmastatus from isa.c rather I will duplicate the functionality in the sound driver. Amancio >From The Desk Of Kyle Mestery : > > Hi, I have a problem with my Wincast/TV card and/or fxtv. I think it is > the card based on what Steve had told me, but I thought I would see if > anyone else had any ideas before I return it for a new one (with the UPS > strike and all, returning it will be a couple of weeks or a month =(.) > > The problem is I get only certain channels. I get channels 2-6, 14-20, > and then the upper 90s, but nothing else. The ones I do get come in clear > and all, but the other ones are pure snow. Does anyone have any ideas? > Steve has suggested that the card is flakey, which I am beginning to > believe. Here is my setup: > > 3.0-CURRENT from Monday, August 11 > Wincast/TV > Latest fxtv > > Also, on a separate note sound has ceased working on quake for me now. I > updated my kernel this morning. Here are the errors I am seeing (and I > see thousangs of these!!!) > isa_dmastatus: channel 5 not active > isa_dmastatus: channel 5 not active > isa_dmastatus: channel 5 not active > isa_dmastatus: channel 5 not active > isa_dmastatus: channel 5 not active > > I tried a new kernel and the same hting. Sound works for a second, and > then nothing. THe only thing different I have done is added a Buslogic > BT-946c SCSI card. Any ideas? I will try removing the card and see if > that works or not. Thanks! > > Kyle Mestery > StorageTek's Network Systems Group > 7600 Boone Ave. N., Brooklyn Park, MN 55428 > mesteka@anubis.network.com, mestery@winternet.com >