Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/17/1997 00:10:04
thorpej
Fri May 16 17:06:29 PDT 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv11402

Modified Files:
      Tag: thorpej-bus-dma
	vm_page.c vm_page.h 
Log Message:
- Add a "boundary" argument to vm_page_alloc_memory(), which specifies
  a power-of-two boundary relative to 0 that no individual segment in
  the allocation may cross.
- While I'm there, fix some questionable logic in the inner allocation
  loop.