Source-Changes archive

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

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index