summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-022-2/+2
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-272-6/+3
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-142-4/+20
* Map the second CS of the compact flash too. This allow us access tojhay2007-03-141-113/+82
* Wrap ixppcib_setup_intr() at 80.piso2007-03-061-1/+2
* Reverse this change. malloc() with M_WAITOK never fails.kevlo2007-03-061-2/+0
* Check for malloc return valuekevlo2007-03-051-0/+2
* Update for the new prototype of bus_setup_intr().cognet2007-02-252-4/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-237-23/+24
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-1/+1
* Fix small altq related copy and paste error.mlaier2007-02-101-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.kevlo2007-02-031-1/+0
* Remove a bogus i = 0kevlo2007-02-021-1/+1
* Use our own timer that piggybacks on npe_tick() callout instead ofkevlo2007-01-301-13/+16
* Fix comments.kevlo2007-01-261-2/+2
* Create bus dma tags for both the PCI bus and the IXP425 root bus. Set thecognet2007-01-174-4/+31
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-11/+15
* Handle a missing NPE firmware file better; if it's missing print asam2006-12-071-3/+12
* Threading cleanup.. part 2 of several.julian2006-12-063-12/+0
* Provide stream operations.cognet2006-12-021-0/+36
* Better i2c bit definitions.kevlo2006-11-301-2/+2
* Bring in status led support for /dev/led/gpioled on Avila.kevlo2006-11-223-0/+116
* Match bus space unmap prototype.kevlo2006-11-202-3/+3
* Gateworks Avila board support:sam2006-11-1931-0/+10134
* 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
OpenPOWER on IntegriCloud