mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
831ce4cb3d
long for specifying a boundary constraint. - Change bus_dma tags to use bus_addr_t instead of bus_size_t for boundary constraints. These allow boundary constraints to be fully expressed for cases where sizeof(bus_addr_t) != sizeof(bus_size_t). Specifically, it allows a driver to properly specify a 4GB boundary in a PAE kernel. Note that this cannot be safely MFC'd without a lot of compat shims due to KBI changes, so I do not intend to merge it. Reviewed by: scottl |
||
---|---|---|
.. | ||
autoconf.c | ||
bus_machdep.c | ||
busdma_machdep.c | ||
clock.c | ||
context.S | ||
db_machdep.c | ||
dump_machdep.c | ||
efi.c | ||
elf_machdep.c | ||
emulate.c | ||
exception.S | ||
gdb_machdep.c | ||
genassym.c | ||
highfp.c | ||
in_cksum.c | ||
interrupt.c | ||
iodev_machdep.c | ||
locore.S | ||
machdep.c | ||
mca.c | ||
mem.c | ||
mp_locore.S | ||
mp_machdep.c | ||
nexus.c | ||
pal.S | ||
physical.S | ||
pmap.c | ||
ptrace_machdep.c | ||
sal.c | ||
sapic.c | ||
setjmp.S | ||
ssc.c | ||
sscdisk.c | ||
stack_machdep.c | ||
support.S | ||
sys_machdep.c | ||
syscall.S | ||
trap.c | ||
uio_machdep.c | ||
uma_machdep.c | ||
unaligned.c | ||
unwind.c | ||
vm_machdep.c |