summaryrefslogtreecommitdiffstats
path: root/sys/arm/sa11x0
Commit message (Expand)AuthorAgeFilesLines
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Remove some long-dead codekevlo2008-04-081-4/+1
* Fix stupid typoimp2008-04-041-1/+1
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-032-120/+8
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-43/+7
* Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.cognet2007-12-021-0/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* It's probably time I learn C.cognet2007-09-121-2/+2
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-022-4/+7
* Wrap a BUS_SETUP_INTR() line at 80.piso2007-03-061-2/+2
* Remove unused header file <machine/katelib.h>kevlo2007-02-261-2/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-11/+12
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-181-6/+5
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Match bus space unmap prototype.kevlo2006-11-201-1/+2
* Eliminate unused global variables.alc2006-11-111-2/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* style(9) cleanup.kevlo2006-10-214-4/+0
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-8/+5
* Don't forget to define uart_sa1110_vaddr.cognet2006-06-211-0/+2
* Now that we use pmap_mapdev_boostrap(), we can get ride of the got_mmucognet2006-06-073-31/+3
* Convert the last offender, the SA1110 port, to ARM32_NEW_VM_LAYOUT, andcognet2006-06-061-6/+15
* The Assabet has 32MB of RAM, not 16.cognet2006-05-301-2/+3
* Uncomment the call to cpu_idcache_wbinv_all() after the MMU has beencognet2006-05-301-1/+1
* Nuke sa11x0_attach_args. It's a NetBSDIsm, and we have no use for it.cognet2006-05-291-9/+0
* Remove any reference to enable_mmu(), it's been gone for a long time.cognet2006-05-261-1/+0
* Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registerscognet2006-05-234-6/+42
* Use macros instead of hardcoding the address for SACOM1. Also don'tcognet2006-05-223-4/+7
* Implement sa11x0_bs_unmap.cognet2006-05-181-3/+15
* Make this compile (UART_IPEND_* => SER_INT_*).cognet2006-05-181-2/+2
* When returning a resource that we've allocated with rman_reserve_resource,imp2006-04-201-0/+2
* MFp4: Catchup with recent UART changes.cognet2006-04-061-2/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-4/+6
* Provide a dump_avail[] variable, which contains the page ranges to becognet2005-10-031-4/+5
* Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code.cognet2005-09-253-10/+21
* - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32cognet2005-06-091-16/+14
* pmap_update() is gone.cognet2005-04-131-1/+0
* Start all license statements with /*-imp2005-01-059-9/+9
* Update the StrongArm port to match the current code.cognet2004-12-182-5/+15
* Get the kernel stack right now that the u-area is gone.cognet2004-11-201-1/+2
* U areas are going away, so don't allocate one for process 0.das2004-11-201-10/+1
* Use MD_ROOT_SIZE, instead of our own macro.cognet2004-10-111-7/+7
* Big cleanup: get ride of the whole spl level logic, as FreeBSD doesn't usecognet2004-09-234-215/+38
* Now that we have pmap_growkernel(), use more KVA.cognet2004-09-231-3/+27
* Remove bus_space_vaddr(), it does not exists in FreeBSD.cognet2004-09-231-11/+0
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Define __RMAN_RESOURCE_VISIBLE where appropriate.cognet2004-07-021-0/+1
* Include sys/module.h.cognet2004-06-192-0/+2
* Nuke dead code.cognet2004-06-171-92/+1
OpenPOWER on IntegriCloud