Subject: CVS commit: src/sys/arch/m68k
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/07/2007 15:54:09
Module Name:	src
Committed By:	tsutsui
Date:		Thu Jun  7 15:54:09 UTC 2007

Modified Files:
	src/sys/arch/m68k/include: bus_dma.h pmap_motorola.h
	src/sys/arch/m68k/m68k: bus_dma.c pmap_motorola.c

Log Message:
Enable _pmap_set_page_cacheable(), _pmap_set_page_cacheinhibit() and
_pmap_page_is_cacheable() on all pmap_motorola.c ports and add
BUS_DMA_COHERENT support (from mvme68k) to common m68k bus_dma.c.

Tested with (not-yet-integrated) MI Sonic Ethernet driver on mac68k
http://mail-index.netbsd.org/port-mac68k/2007/06/07/0000.html
and ok'ed by thorpej.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/m68k/include/bus_dma.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/m68k/include/pmap_motorola.h
cvs rdiff -r1.23 -r1.24 src/sys/arch/m68k/m68k/bus_dma.c
cvs rdiff -r1.30 -r1.31 src/sys/arch/m68k/m68k/pmap_motorola.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.