freebsd-dev/sys/arm/sa11x0
Olivier Houchard 49953e11d7 Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps
whole the physical memory, cached, using 1MB section mappings. This reduces
the address space available for user processes a bit, but given the amount of
memory a typical arm machine has, it is not (yet) a big issue.
It then provides a uma_small_alloc() that works as it does for architectures
which have a direct mapping.
2006-08-08 20:59:38 +00:00
..
assabet_machdep.c Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps 2006-08-08 20:59:38 +00:00
files.sa11x0
sa11x0_dmacreg.h
sa11x0_gpioreg.h
sa11x0_io_asm.S
sa11x0_io.c Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registers 2006-05-23 12:14:14 +00:00
sa11x0_irq.S
sa11x0_irqhandler.c
sa11x0_ost.c Tweak how the MD code calls the fooclock() methods some. Instead of 2005-12-22 22:16:09 +00:00
sa11x0_ostreg.h
sa11x0_ppcreg.h
sa11x0_reg.h Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registers 2006-05-23 12:14:14 +00:00
sa11x0_var.h Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it. 2006-05-29 19:32:32 +00:00
sa11x0.c When returning a resource that we've allocated with rman_reserve_resource, 2006-04-20 04:12:02 +00:00
std.sa11x0
uart_bus_sa1110.c
uart_cpu_sa1110.c Don't forget to define uart_sa1110_vaddr. 2006-06-21 10:56:59 +00:00
uart_dev_sa1110.c Now that we use pmap_mapdev_boostrap(), we can get ride of the got_mmu 2006-06-07 11:28:17 +00:00
uart_dev_sa1110.h