=================================================================== RCS file: /cvs/prex-old/dev/i386/pc/dma.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/dev/i386/pc/dma.h 2008/06/03 10:38:41 1.1.1.1 +++ prex-old/dev/i386/pc/dma.h 2008/08/13 17:12:23 1.1.1.1.2.1 @@ -40,7 +40,7 @@ */ extern int dma_attach(int chan); extern void dma_detach(int handle); -extern void dma_setup(int handle, u_long addr, u_long count, int read); +extern void dma_setup(int handle, void *addr, u_long count, int read); extern void dma_stop(int handle); extern void *dma_alloc(size_t size);