Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/03/1998 11:30:02
thorpej
Wed Jun  3 11:25:53 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/common
In directory nb00:/tmp/cvs-serv10365/common

Modified Files:
	bus_dma.c 
Log Message:
Allow the DMA tag to specify a boundary contraint.  If the device has a
more strict boundary, the map will use it, otherwise the map will inherit
the tag's, unless the tag's constraint is 0 (no boundary constraint).


thorpej
Wed Jun  3 11:25:53 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory nb00:/tmp/cvs-serv10365/include

Modified Files:
	bus.h 
Log Message:
Allow the DMA tag to specify a boundary contraint.  If the device has a
more strict boundary, the map will use it, otherwise the map will inherit
the tag's, unless the tag's constraint is 0 (no boundary constraint).


thorpej
Wed Jun  3 11:25:54 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/pci
In directory nb00:/tmp/cvs-serv10365/pci

Modified Files:
	apecs_dma.c cia_dma.c dwlpx_dma.c lca_dma.c mcpcia_dma.c 
Log Message:
Allow the DMA tag to specify a boundary contraint.  If the device has a
more strict boundary, the map will use it, otherwise the map will inherit
the tag's, unless the tag's constraint is 0 (no boundary constraint).


thorpej
Wed Jun  3 11:25:54 PDT 1998
Update of /cvsroot/src/sys/arch/alpha/tc
In directory nb00:/tmp/cvs-serv10365/tc

Modified Files:
	tc_dma.c tc_dma_3000_500.c 
Log Message:
Allow the DMA tag to specify a boundary contraint.  If the device has a
more strict boundary, the map will use it, otherwise the map will inherit
the tag's, unless the tag's constraint is 0 (no boundary constraint).