Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/05/1997 02:40:01
thorpej
Wed Jun  4 19:33:03 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/common
In directory netbsd1:/var/slash-tmp/cvs-serv24287

Modified Files:
      Tag: thorpej-bus-dma
	sgmap_typedep.c 
Log Message:
- Tidy up the call to alpha_sgmap_alloc().
- Add a bunch of debugging statements, conditional on SGMAP_DEBUG.
- Use vtophys(), not pmap_extract(), for buffers in kernel VA space.
  Not all kernel buffers are mapped with the MMU page tables; some
  are mapped via K0SEG.


thorpej
Wed Jun  4 19:34:58 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv24507

Modified Files:
      Tag: thorpej-bus-dma
	machdep.c 
Log Message:
In _bus_dmamap_load():
- Tidy up some types.
- Use vtophys(), not pmap_extract(), for buffers in kernel VA space.
  Not all kernel buffers are mapped with the MMU page tables; some
  are mapped via K0SEG.