Subject: Re: a small warning about the bounce-buffer patches
To: John F. Woods <jfw@jfwhome.funhouse.com>
From: Juergen Hannken-Illjes <hannken@serv1.eis.cs.tu-bs.de>
List: current-users
Date: 10/17/1996 12:24:01
> On getting more memory, I patched my sources with the bounce-buffer patch
> from ftp://bseis.eis.cs.tu-bs.de/pub/hannken/isadma-patch.  The disk IO
> works fine (when it happens, at any rate; I love not paging!!!).  However,
> the gods of portability have chosen to frown on my for my sin :-); it turns
> out that the interface to isa_dmadone was changed, and the backward
> compatability macro added to isadmavar.h is wrong; instead of
> 
> #define isa_dmadone(a,s,c,f) isadma_done((c))
> 
> it should be
> 
> #define isa_dmadone(a,s,n,c) isadma_done((c))

No, more better: #define isa_dmadone(f,a,s,c) isadma_done((c))

The patch on ftp://bseis.eis.cs.tu-bs.de/pub/hannken has been updated.

-- 
Juergen Hannken-Illjes - hannken@eis.cs.tu-bs.de - TU Braunschweig (W Germany)