Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-28 Thread Donn Miller
Seigo Tanimura wrote: Ouch, the patch broke Rollemup, so I fixed just now. The URI is the same. Seigo http://people.FreeBSD.org/~tanimura/patches/newmidi/2ndbuf-19991227.diff.gz Great, the sound drivers are working very nicely on my ESS 1868. Does pcm support SoundBlaster WavEffects?

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-27 Thread Seigo Tanimura
On Mon, 27 Dec 1999 03:39:56 -0500, Donn Miller [EMAIL PROTECTED] said: http://people.FreeBSD.org/~tanimura/patches/newmidi/2ndbuf-19991227.diff.gz Donn Hmmm... this seems to have broken the probe at boot time. Donn Here's a sample of my dmesg: (snip) Donn unknown1: ESS ES1868 Plug and

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-27 Thread Seigo Tanimura
On Mon, 27 Dec 1999 16:08:01 +0900, Seigo Tanimura [EMAIL PROTECTED] said: Seigo Another fix was made on feeding and sucking pcm data. Now chn_wrfeed() Seigo and the other functions do not attempt excessive feeding during DMA Seigo transfer to eat up the whole processor. The patch is at:

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-27 Thread Donn Miller
Seigo Tanimura wrote: Another fix was made on feeding and sucking pcm data. Now chn_wrfeed() and the other functions do not attempt excessive feeding during DMA transfer to eat up the whole processor. The patch is at:

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-26 Thread Seigo Tanimura
Another fix was made on feeding and sucking pcm data. Now chn_wrfeed() and the other functions do not attempt excessive feeding during DMA transfer to eat up the whole processor. The patch is at: http://people.FreeBSD.org/~tanimura/patches/newmidi/2ndbuf-19991227.diff.gz -- Seigo Tanimura

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-24 Thread Seigo Tanimura
On Fri, 24 Dec 1999 10:39:31 +0900, Seigo Tanimura [EMAIL PROTECTED] said: Seigo players. My sound cards are SB32, SB64 and CS461x, so the problem is Seigo likely to be in channel.c or dsp.c. OK, here is the result of my investigation on RealPlayer 5.0: RealPlayer 5.0 is an ill-behaving

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-23 Thread Seigo Tanimura
On Mon, 20 Dec 1999 13:44:02 +0900, Seigo Tanimura [EMAIL PROTECTED] said: Seigo If you have a trouble playing pcm with some applications, could you Seigo please try the patch attached below? The patch does the following things: Seigo - All ioctl(2)s go to see the secondary buffer(if I have

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-23 Thread Seigo Tanimura
On Thu, 23 Dec 1999 19:18:26 +0900, Seigo Tanimura [EMAIL PROTECTED] said: Seigo The patch has been updated slightly. Now snes9x works with any pcm Seigo quality you like. The new features are: Still more fix has been made: - chn_write() and chn_read() returns EAGAIN for nonblocking if there

Re: more patch for secondary buffer, polling and DMA emulation in pcm

1999-12-23 Thread Donn Miller
Seigo Tanimura wrote: On Mon, 20 Dec 1999 13:44:02 +0900, Seigo Tanimura [EMAIL PROTECTED] said: Seigo If you have a trouble playing pcm with some applications, could you Seigo please try the patch attached below? The patch does the following things: Actually, the patch makes things