summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/ixp425
Commit message (Expand)AuthorAgeFilesLines
* move IXP4XX EHCI bus shim to the usb directory and renamesam2008-12-232-361/+1
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):sam2008-12-233-66/+109
* kill NPE_PORTS_MAX, it's not used and likely will not besam2008-12-231-1/+0
* Fill in feature control support:sam2008-12-233-6/+39
* o enable TT and big-endian MMIOsam2008-12-231-3/+6
* Merge WIP from p4:sam2008-12-1324-1446/+2400
* - Fix spelling error in comments.stas2008-12-011-1/+1
* correct sizeof calculationsam2008-10-141-1/+1
* Allow static hints to override kenv.bms2008-10-021-0/+5
* Bandaid: disable interrupts to make sure intr_enabled and the IER registercognet2008-09-111-3/+8
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-0/+9
* Eliminate unused global variables. (These global variables became fields ofalc2008-07-181-1/+0
* Remove some long-dead codekevlo2008-04-081-4/+0
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-051-1/+0
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-034-98/+14
* Fix AVILA build.raj2008-04-031-2/+2
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-031-48/+1
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisimp2008-04-031-3/+2
* Improve mac+phy configuration so that hints can be used to describesam2008-03-221-16/+80
* map device 5; the optional USB controller on Gateworks 2348 boardssam2008-03-201-3/+4
* Convert to be a 2-clause bsd-only license.kevlo2008-03-031-7/+0
* On the ixp425, when we fail to initialize the memory rman instance, therwatson2008-02-261-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-85/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* 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-301-0/+5
* 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
* 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-231-1/+0
* Remove sa1_cache_clean_addr. It isn't needed.kevlo2007-05-031-2/+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-1/+1
* 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-234-11/+12
* 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
OpenPOWER on IntegriCloud