NetBSD/sys/arch/macppc/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
adbsys.h add iBook keyboard type 2007-01-17 23:36:37 +00:00
ansi.h
aout_machdep.h
apmvar.h Use the common <dev/apm/apmio.h> file instead of replicating struct and 2006-08-29 18:17:33 +00:00
asm.h
atomic.h
autoconf.h Unify the declaration of OF_interpret() between sparc{,64} and macppc 2007-01-20 21:42:12 +00:00
bat.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
darwin_machdep.h
db_machdep.h
disklabel.h
elf_machdep.h
endian.h
endian_machdep.h
float.h
fpu.h
frame.h
grfioctl.h
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
ipkdb.h
kcore.h
keyboard.h
limits.h
loadfile_machdep.h free -> dealloc 2006-01-25 18:28:25 +00:00
lock.h
mach_machdep.h
macho_machdep.h
math.h
mcontext.h
mutex.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
openpicreg.h
param.h
pcb.h
pci_machdep.h
pio.h
pmap.h 1st cut of Powermac G5 support (uses bridge mode). 2006-08-05 21:26:48 +00:00
pmc.h
powerpc.h 1st cut of Powermac G5 support (uses bridge mode). 2006-08-05 21:26:48 +00:00
proc.h
profile.h
psl.h
pte.h
ptrace.h
rbus_machdep.h
reg.h
reloc.h
rwlock.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
setjmp.h
signal.h
spr.h
stdarg.h
trap.h
types.h add timecounter support, mostly from prep. 2006-09-29 22:20:08 +00:00
varargs.h
vmparam.h
wchar_limits.h
z8530var.h