NetBSD/sys/arch/playstation2/include
mrg 4410329b87 add a pair of new bus_dma(9) functions:
int _bus_dmatag_subregion(bus_dma_tag_t tag,
				  bus_addr_t min_addr,
				  bus_addr_t max_addr,
				  bus_dma_tag_t *newtag,
				  int flags)
	void _bus_dmatag_destroy(bus_dma_tag_t tag)

that allow a (normally broken/limited) device to restrict the bus address
range it can talk to.  this is used by bce(4) to limit DMA addresses to
1GB range, the maximum the chip can address.

all this is from Yorick Hardy <yhardy@uj.ac.za> with input from several
people on tech-kern.

XXX: bus_dma(9) needs an update still.
2007-02-21 20:41:23 +00:00
..
Makefile
ansi.h
aout_machdep.h
asm.h
autoconf.h
bootinfo.h
bswap.h
bus.h add a pair of new bus_dma(9) functions: 2007-02-21 20:41:23 +00:00
cdefs.h
cpu.h
cpu_counter.h
db_machdep.h
disklabel.h
ecoff_machdep.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h
kcore.h
kdbparam.h
kloader.h
limits.h
lock.h
locore.h
math.h
mcontext.h
mips_opcode.h
mutex.h
param.h
pcb.h
pmap.h
pmc.h
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
regdef.h
regnum.h
reloc.h
rwlock.h
setjmp.h
signal.h
stdarg.h
trap.h
types.h
varargs.h
vmparam.h
wchar_limits.h
wired_map.h