Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/03/1997 07:00:02
thorpej
Mon Jun  2 23:53:31 PDT 1997
Update of /cvsroot/src/sys
In directory netbsd1:/var/slash-tmp/cvs-serv16714

Modified Files:
      Tag: thorpej-bus-dma
	DMA-added-files 
Log Message:
Update the added files list.


thorpej
Mon Jun  2 23:57:01 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/common
In directory netbsd1:/var/slash-tmp/cvs-serv16778

Added Files:
      Tag: thorpej-bus-dma
	sgmap_common.c sgmap_typedep.c sgmap_typedep.h sgmapvar.h 
Log Message:
Totally rearrange the SGMAP DMA handling code.  Split the functions
into "common" (used unchanged by everyone) and "typedep", which depend
on the type (32-bit or 64-bit) of the SGMAP PTEs.

Fix several bugs, and clean up significantly, eliminating unnecessary
housekeeping overhead in several places.


thorpej
Mon Jun  2 23:58:52 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/pci
In directory netbsd1:/var/slash-tmp/cvs-serv16894

Removed Files:
      Tag: thorpej-bus-dma
	pci_dma_sgmap.h pci_dma_sgmap_common.c 
Log Message:
Garbage-collect; these files are no longer needed.