summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i80321
Commit message (Expand)AuthorAgeFilesLines
* - Fix spelling error in comments.stas2008-12-012-2/+2
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-182-2/+0
* Remove some long-dead codekevlo2008-04-082-8/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-052-2/+0
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-035-103/+10
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-032-103/+4
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+2
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-1/+5
* There's no need to re-read PCIR_COMMAND once we set it.cognet2007-09-041-2/+0
* Cleanupcognet2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hcognet2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,cognet2007-07-272-7/+70
* Remove duplicate includes.cognet2007-05-232-2/+0
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-032-4/+0
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-021-1/+1
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-271-5/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-233-12/+12
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-11/+15
* Threading cleanup.. part 2 of several.julian2006-12-062-8/+0
* Provide stream operations.cognet2006-12-021-0/+36
* Match bus space unmap prototype.kevlo2006-11-202-3/+3
* Compile -- remove an unused global variable avail_end.kevlo2006-11-172-2/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-262-0/+8
* Fill in dump_avail[] before pmap_boostrap() is called so thatcognet2006-08-271-4/+4
* Finally bring it support for the i80219 XScale processor.cognet2006-08-2412-71/+729
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-4/+9
* Remove a bogus i = 0.kevlo2006-08-081-1/+1
* Cleanup.kevlo2006-07-252-18/+1
* Remove prototype for the undefined function counterhandler().cognet2006-07-141-1/+0
* Remove a bogus, useless, "i++".cognet2006-06-061-1/+0
* Remove any reference to enable_mmu(), it's been gone for a long time.cognet2006-05-261-1/+0
* We have an implementation of generic_bs_rr_1, so use it, as some drivers usecognet2006-05-191-1/+1
* Setting the rid of the resource is a good idea, but we still need to returncognet2006-05-051-0/+1
* When returning a resource that we've allocated with rman_reserve_resource,imp2006-04-203-4/+10
* We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOTcognet2006-04-131-1/+2
* Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as acognet2006-04-061-0/+26
* Use BUS_DMA_COHERENT.cognet2006-03-022-2/+2
* Don't forget to set the address of the next descriptor to 0 when we'recognet2006-02-041-0/+1
* Donc recompute the io port address if it's already the good one.cognet2006-01-231-3/+5
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-2/+4
* Remove #undef DDB I shouldn't have committed.cognet2005-12-211-1/+0
* - Better use of the busdma API.cognet2005-12-092-47/+69
* Fix a harmless bug in the way we allocate the early PTEs.cognet2005-12-091-3/+2
* The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel optioncognet2005-12-092-0/+6
* Use a magic number to know we were started from the elf wrapper.cognet2005-11-241-5/+5
* Cleanup.cognet2005-10-201-13/+1
* Use the clock count register as a timecounter, as it's more accurate.cognet2005-10-171-16/+13
* Fix build when DDB isn't defined.cognet2005-10-041-0/+2
* Import dummy drivers for the i80321 DMA controller and AAU.cognet2005-10-035-2/+628
* Provide a dump_avail[] variable, which contains the page ranges to becognet2005-10-031-10/+32
OpenPOWER on IntegriCloud