Date: Sat, 16 Aug 1997 23:14:15 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: Kyle Mestery <mestery@winternet.com> Cc: freebsd-multimedia@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Problem with my Wincast, fxtv Message-ID: <199708170614.XAA01038@rah.star-gate.com> In-Reply-To: Your message of "Sat, 16 Aug 1997 22:42:20 CDT." <Pine.GSO.3.96.970816223800.6495A-100000@tundra.winternet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708170614.XAA01038>
