NetBSD/sys/arch/sparc
pk 1273031c4d Simplify the bus_dma(9) implementation:
- the `alignment' and `boundary' arguments in bus_dmamem_alloc() only
  serve as hints on how to break up a DMA transaction into chunks
  when necessary; it is not necessary on sparc DVMA hardware.

- exclusively use the VM page size (i.e. PAGE_SIZE et.al.) when computing
  resource allocations.

- remember the size of DVMA resource allocations in the private `_ds_sgsize'
  field in a dma segment descriptor.
2000-05-23 11:39:57 +00:00
..
compile
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev Need to provide a consdev to the cons_attach_input call now. 2000-05-21 14:36:15 +00:00
fpu unconditionalize "ifdef sparc". 2000-04-12 04:06:41 +00:00
include Simplify the bus_dma(9) implementation: 2000-05-23 11:39:57 +00:00
sparc Simplify the bus_dma(9) implementation: 2000-05-23 11:39:57 +00:00
stand dvma_init: avoid integer variable overflow 2000-04-14 14:14:47 +00:00
Makefile