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/26/1998 19:20:02
thorpej
Fri Jun 26 19:11:19 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv1235

Modified Files:
	bus_dma.c 
Log Message:
Remove some #if 0'd i386-specific code that was inherited when this
was copied from the i386 port.


thorpej
Fri Jun 26 19:13:39 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory nb00:/tmp/cvs-serv1255/include

Modified Files:
	bus.h 
Log Message:
Really namespace-protect the virtual address in the DMA segment structure.


thorpej
Fri Jun 26 19:13:40 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/arm32
In directory nb00:/tmp/cvs-serv1255/arm32

Modified Files:
	bus_dma.c 
Log Message:
Really namespace-protect the virtual address in the DMA segment structure.


thorpej
Fri Jun 26 19:16:23 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/include
In directory nb00:/tmp/cvs-serv1289

Modified Files:
	bus.h 
Log Message:
Nuke the _cookie member of the bus_dma_tag_t; it's not used by anything.