Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/21/2000 23:50:15
Module Name:	syssrc
Committed By:	scw
Date:		Mon Aug 21 20:50:14 UTC 2000

Modified Files:
	syssrc/sys/arch/mvme68k/dev: mvmebus.c vme_pccvar.h vme_twovar.h

Log Message:
A VMEbus RAM board configured for use by mvme68k can now be
treated as just another available VMEbus slave image as far as
bus_dma(9) is concerned.

To preserve faster onboard memory, mvmebus_dmamem_alloc() will
allocate first from the offboard VMEbus RAM slave image if present,
and assuming its address modifier matches the caller's constraints.
This can be overidden by specifying the BUS_DMA_ONBOARD_RAM flag.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/mvme68k/dev/mvmebus.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/mvme68k/dev/vme_pccvar.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/mvme68k/dev/vme_twovar.h

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