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

Modified Files:
	bus.h 
Log Message:
Add a `bounce threshold' to the i386 DMA tag.


thorpej
Tue Jun  2 23:35:04 PDT 1998
Update of /cvsroot/src/sys/arch/i386/i386
In directory nb00:/tmp/cvs-serv20809

Modified Files:
	machdep.c 
Log Message:
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:35:49 PDT 1998
Update of /cvsroot/src/sys/arch/i386/pci
In directory nb00:/tmp/cvs-serv20829/pci

Modified Files:
	pci_machdep.c 
Log Message:
EISA and PCI do not require bouncing; specify a bounce threshold of 0.


thorpej
Tue Jun  2 23:35:49 PDT 1998
Update of /cvsroot/src/sys/arch/i386/eisa
In directory nb00:/tmp/cvs-serv20829/eisa

Modified Files:
	eisa_machdep.c 
Log Message:
EISA and PCI do not require bouncing; specify a bounce threshold of 0.


thorpej
Tue Jun  2 23:37:54 PDT 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory nb00:/tmp/cvs-serv20862

Modified Files:
	isa_machdep.c 
Log Message:
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.