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/02/1998 23:50:01
thorpej
Tue Jun  2 23:40:45 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/include
In directory nb00:/tmp/cvs-serv20907

Modified Files:
	bus.h 
Log Message:
Sync w/ i386 port:

Add a `bounce threshold' to the i386 DMA tag.


thorpej
Tue Jun  2 23:41:51 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/bebox
In directory nb00:/tmp/cvs-serv20952

Modified Files:
	bus_dma.c 
Log Message:
Sync w/ i386 port:

When loading a DMA map, if the page's physical address exceeds the bounce
threshold, return an error to the caller (the caller will attempt to
bounce the transfer).


thorpej
Tue Jun  2 23:43:04 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/isa
In directory nb00:/tmp/cvs-serv20998

Modified Files:
	isadma_machdep.c 
Log Message:
Sync w/ i386 port:

Optimize the ISA DMA map load somewhat; don't traverse the buffer twice.
Instead, just attempt to do a normal load first.  If we exceed the bounce
threshold or the number of segments, then we bounce the transfer.


thorpej
Tue Jun  2 23:47:41 PDT 1998
Update of /cvsroot/src/sys/arch/bebox/include
In directory nb00:/tmp/cvs-serv21029

Modified Files:
	bus.h 
Log Message:
Remove the _cookie member of the DMA tag; it's not used by anything.  (This
was already done to the i386 port.)