Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Fri May 16 17:25:26 PDT 1997
Update of /cvsroot/src/sys/arch/i386/include
In directory netbsd1:/var/slash-tmp/cvs-serv12623

Modified Files:
      Tag: thorpej-bus-dma
        bus.h 
Log Message:
Add two arguments to bus_dmamem_alloc():
- alignment - Each segment in the allocation will be aligned to this
  power-of-two boundary.
- boundary - No segment in the allocation may cross this power-of-two
  boundary.  If no boundary is necessary, specify 0.


thorpej
Fri May 16 17:27:04 PDT 1997
Update of /cvsroot/src/sys/arch/i386/i386
In directory netbsd1:/var/slash-tmp/cvs-serv13484

Modified Files:
      Tag: thorpej-bus-dma
        machdep.c 
Log Message:
Update for bus_dmamem_alloc() and vm_page_alloc_memory() changes.


thorpej
Fri May 16 17:29:00 PDT 1997
Update of /cvsroot/src/sys/arch/i386/isa
In directory netbsd1:/var/slash-tmp/cvs-serv13526

Modified Files:
      Tag: thorpej-bus-dma
        isa_machdep.c 
Log Message:
Update for bus_dmamem_alloc() changes.




Home | Main Index | Thread Index | Old Index