NetBSD/sys/arch/x68k/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 Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
ansi.h
aout_machdep.h
asm.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 Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts 2007-02-16 02:53:43 +00:00
cpufunc.h
db_machdep.h
disklabel.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
elf_machdep.h
endian.h
endian_machdep.h
float.h
frame.h
grfioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts 2007-02-16 02:53:43 +00:00
iteioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kbd.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kbdmap.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kbio.h Add duplicate include protection to <dev/sun/kbio.h>. 2006-08-28 17:15:24 +00:00
kcore.h
limits.h
loadfile_machdep.h free -> dealloc 2006-01-25 18:28:25 +00:00
lock.h
math.h
mcontext.h
mutex.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
opmbellio.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
opmreg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
param.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
parioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pcb.h
pci_machdep.h
pmap.h
pmc.h
powioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
remote-sl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
rwlock.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
setjmp.h
signal.h
sram.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
stdarg.h
sunos_machdep.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
svr4_machdep.h
trap.h
types.h Convert x68k to timecounters. This conversion is not tested, due to lack 2006-09-19 10:13:10 +00:00
varargs.h
vmparam.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vuid_event.h Collapse two more separate instances of MD vuid_event.h header 2006-08-28 16:52:09 +00:00
wchar_limits.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
z8530var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00