summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-054-4/+4
* Remove a staled comment, NPE-C should work fine.cognet2007-11-041-1/+0
* Spelling fix for interupt -> interruptkevlo2007-10-121-2/+2
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-2/+15
* Ok I hope I got it right this time.cognet2007-09-274-25692/+38
* Now that Intel changed the license for the NPE firmware, import it directlycognet2007-09-274-44/+25693
* Add various macros for the ADMA unit.cognet2007-09-221-0/+39
* Add a driver for the 7seg found on the CRB board, largely based on thecognet2007-09-227-0/+468
* 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
* Add initial IOP342 support.cognet2007-07-2716-0/+2869
* Remove the hardcoded IXP425_UART?_VBASE values in thejhay2007-05-294-17/+57
* We do not need to get the irq out of ivars in ixp425_setup_intr(). Byjhay2007-05-281-5/+1
* Optimize a bit more, both the Avila and Pronghorn Metro boards work withjhay2007-05-281-4/+3
* Search for a proper ucode image to use by incrementing the minorsam2007-05-243-8/+43
* Move to hints for configuring numerous devices so we can eliminate varioussam2007-05-242-50/+107
* Don't muck with the internal state of a uart during probe, all wesam2007-05-241-7/+3
* Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOWsam2007-05-241-10/+9
* Remove duplicate includes.cognet2007-05-233-3/+0
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-033-6/+0
* 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
OpenPOWER on IntegriCloud