aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* MFC r180584Andrew Thompson2008-07-284-4/+0
* MFC r179745Andrew Thompson2008-07-281-1/+1
* MFC r179664Andrew Thompson2008-07-281-2/+0
* MFC r178001Andrew Thompson2008-07-284-16/+0
* MFC r177944Andrew Thompson2008-07-283-3/+0
* MFC r177943Andrew Thompson2008-07-281-0/+1
* MFC r177887Andrew Thompson2008-07-2810-304/+30
* MFC r177886Andrew Thompson2008-07-281-2/+2
* MFC r177883Andrew Thompson2008-07-284-205/+7
* MFC r177874Andrew Thompson2008-07-281-3/+2
* MFC r177505Andrew Thompson2008-07-281-16/+80
* MFC r176759Andrew Thompson2008-07-281-7/+0
* MFC r173336Andrew Thompson2008-07-281-1/+0
* MFC r172568Andrew Thompson2008-07-281-2/+2
* MFC 1.2: map device 5; the optional USB controller on Gateworks 2348 boardsSam Leffler2008-04-251-3/+4
* MFC: if_npe.c 1.8, if_gem.c 1.47, if_msk.c 1.27, if_nfe.c 1.25, if_wpi.c 1.6Pyun YongHyeon2008-03-181-85/+1
* Merge ixp425.c:1.9 from HEAD to RELENG_7:Robert Watson2008-03-011-1/+1
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-184-4/+4
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-303-2/+15
* Ok I hope I got it right this time.Olivier Houchard2007-09-274-25692/+38
* Now that Intel changed the license for the NPE firmware, import it directlyOlivier Houchard2007-09-274-44/+25693
* Add various macros for the ADMA unit.Olivier Houchard2007-09-221-0/+39
* Add a driver for the 7seg found on the CRB board, largely based on theOlivier Houchard2007-09-227-0/+468
* There's no need to re-read PCIR_COMMAND once we set it.Olivier Houchard2007-09-041-2/+0
* CleanupOlivier Houchard2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hOlivier Houchard2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,Olivier Houchard2007-07-272-7/+70
* Add initial IOP342 support.Olivier Houchard2007-07-2716-0/+2869
* Remove the hardcoded IXP425_UART?_VBASE values in theJohn Hay2007-05-294-17/+57
* We do not need to get the irq out of ivars in ixp425_setup_intr(). ByJohn Hay2007-05-281-5/+1
* Optimize a bit more, both the Avila and Pronghorn Metro boards work withJohn Hay2007-05-281-4/+3
* Search for a proper ucode image to use by incrementing the minorSam Leffler2007-05-243-8/+43
* Move to hints for configuring numerous devices so we can eliminate variousSam Leffler2007-05-242-50/+107
* Don't muck with the internal state of a uart during probe, all weSam Leffler2007-05-241-7/+3
* Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOWSam Leffler2007-05-241-10/+9
* Remove duplicate includes.Olivier Houchard2007-05-233-3/+0
* Remove sa1_cache_clean_addr. It isn't needed.Kevin Lo2007-05-033-6/+0
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-022-2/+2
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-272-6/+3
* Map the second CS of the compact flash too. This allow us access toJohn Hay2007-03-142-4/+20
* Map the second CS of the compact flash too. This allow us access toJohn Hay2007-03-141-113/+82
* Wrap ixppcib_setup_intr() at 80.Paolo Pisati2007-03-061-1/+2
* Reverse this change. malloc() with M_WAITOK never fails.Kevin Lo2007-03-061-2/+0
* Check for malloc return valueKevin Lo2007-03-051-0/+2
* Update for the new prototype of bus_setup_intr().Olivier Houchard2007-02-252-4/+4
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-237-23/+24
* Cleanup and document the implementation of firmware(9) based onLuigi Rizzo2007-02-151-1/+1
* Fix small altq related copy and paste error.Max Laier2007-02-101-1/+1
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.Kevin Lo2007-02-031-1/+0
* Remove a bogus i = 0Kevin Lo2007-02-021-1/+1