>>>>> On Sun, 28 Mar 2004 14:04:00 +0100, Peter Horton <pdh@colonel-panic.org> said: pdh> I've ditched the original Cobalt hack in c-r4k.c, and am using pdh> the patch below instead. Seems to work okay ... + for (; addr < (void *) end; addr += PAGE_SIZE) + flush_data_cache_page((unsigned long) addr); dma_cache_wback() will be more efficient ? Also, I personally think replacing all insb/insw/insl is a bit overkill. I'd prefer redefine insb/insw/insl in asm-mips/ide.h, but I'm not sure it is enough. (really all ins[bwl] should take care of the cache inconsistency?) --- Atsushi Nemoto