Subject: CVS commit: src/sys/arch/m68k/m68k
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/02/2007 11:13:45
Module Name: src
Committed By: tsutsui
Date: Sat Jun 2 11:13:45 UTC 2007
Modified Files:
src/sys/arch/m68k/m68k: bus_dma.c
Log Message:
Fix bus_dmamap_sync(9) to do more proper cache flush operations.
Mostly taken from mvme68k.
Tested on (not yet integrated) mac68k SONIC Ethernet with MI dp83932.c.
XXX: should we also enable _pmap_set_page_cache{able,inhibit}()
XXX: functions in m68k/pmap_motorola.c for BUS_DMA_COHERENT support?
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/m68k/m68k/bus_dma.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.