On Tue, 1 Jul 2003, Will Styles wrote:

> --- Justin Zygmont <[EMAIL PROTECTED]> wrote:
> > i'll try.  however when I managed to try again with 1.1.4, the problem was 
> > there, just not quite as bad.  
> well the patchset number is really critical here...
> 
> > So I don't know if it'll make much 
> > difference if it was like that all along.
> > 
> i'm not concerned with persistent problems.
> i'm more concerned about this: if the situation gets *drastically* worse from
> 1.1.4.9 to 1.1.4.10, i know what the problem is. so i am most interested in
> these 2 revisions.

hmm what would be the problem in 1.1.4.10? I can see
+       - allow DSP commands in high speed mode (fixed problem with
+         Pinball Dreams 2)

@@ -754,7 +753,7 @@
   case 0x0C:           /* dsp write register */
                if (SB_dsp.dma_mode & HIGH_SPEED_DMA) {
                  S_printf("SB: Commands are not permitted in High-Speed DMA mode!\n");
-                 break;
+                 /* break; */
                }
                sb_dsp_write ( value );
                break;

Does this change make all the difference for you? Funny...

Bart

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to