summaryrefslogtreecommitdiffstats
path: root/sys/arm/sa11x0
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-151-1/+1
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.attilio2011-08-021-1/+1
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-9/+4
* Remove duplicate header includeskevlo2011-06-262-3/+0
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-131-2/+3
* The NetBSD Foundation has granted permission to remove clauses 3 and 4.imp2010-02-169-63/+0
* Eliminate an unnecessary vm include file.alc2009-11-041-1/+0
* Map DPCPU pages into ARM kernel VA space.raj2009-07-011-0/+3
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+1
* Move a comment to where it belongs.cognet2009-02-021-2/+1
* Remove unused variables.cognet2009-02-021-5/+0
* - 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
OpenPOWER on IntegriCloud