summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantpluknet2011-04-191-2/+3
* Add a real dependency on the microcode.obrien2011-02-251-1/+1
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-133-6/+9
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-215-19/+10
* IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to makeimp2010-12-231-10/+10
* Provide a mutex around the read/modify/write of the IXP425_GPIO_*thompsa2010-11-146-45/+35
* Add a GPIO driver for the Gateworks Cambria platform.thompsa2010-11-112-0/+472
* Fix typos.brucec2010-11-091-2/+2
* Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.thompsa2010-11-071-1/+0
* Hook up the five gpio pins on the Avila board to the gpio framework. There arethompsa2010-11-073-0/+384
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-12/+9
* bus_add_child: change type of order parameter to u_intavg2010-09-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Pass the correct pointer to fled_cb().rpaulo2010-03-261-1/+1
* Fix previous commit: led_func() doesn't exist, it should be fled_cb().rpaulo2010-02-221-1/+1
* Turn on the front LED at boot time like we do with the Avila.rpaulo2010-02-101-0/+2
* Intel XScale hwpmc(4) support.rpaulo2009-12-231-0/+1
* Remove remaining bits of performance counter support.rpaulo2009-10-031-2/+0
* Remove performance counter headers. This code came from NetBSD, but ourrpaulo2009-10-022-121/+0
* No need to remove the same flag multiple times.cognet2009-08-231-2/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Implement a facility for dynamic per-cpu variables.jeff2009-06-235-0/+25
* Now that we have UARTs running with fast interrupt handlers the atasam2009-06-232-35/+208
* use consistent stylesam2009-06-231-1/+1
* o add a bus space tag that forces a 2usec delay between r/w ops; this issam2009-06-224-11/+120
* o remove hack to write UUE+RTOIE in the uart's IER; force them with hintssam2009-06-221-21/+7
* hook arm_post_filter to ACK GPIO interrupts; this fixes the interruptsam2009-06-221-0/+8
* always define Cambria GPS+RS485 mappings as they are no longer conditionalsam2009-06-221-4/+0
* map the optional GPS and RS485 uart's on the Gateworks Cambria boardsam2009-06-222-21/+32
* add ixp425_set_gpio to program the gpio interrupt typesam2009-06-223-10/+22
* rewrite arm_get_next_irq to always make forward progress (should be optimized)sam2009-06-221-8/+20
* kill stray whitespacesam2009-06-221-2/+2
* move logic to ACK a GPIO to a separate functionsam2009-06-221-3/+9
* swap order in ddb show gpio printfsam2009-06-221-2/+2
* make type use consistentsam2009-06-221-1/+1
* Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-Csam2009-06-171-28/+24
* correct data/instruction memory sizes for non-ixp425 parts (thesesam2009-06-171-2/+8
* remove IAL vestige for defining the max data/instruction memory size;sam2009-06-171-9/+2
* o correct default miibase for NPE-B and NPE-C; these values aresam2009-06-171-7/+27
* add ixp4xx_write_feature_bitssam2009-06-172-0/+7
* devclass_find_free_unit(xxx, 0) is identical to -1 for mostimp2009-06-121-1/+1
* strict kobj signatures: number of fixes for arm architectureavg2009-06-116-13/+16
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-094-4/+4
* maintain existing stylesam2009-05-301-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-303-7/+14
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-271-1/+0
* accumulate npe statistics and expose them through dev.npe.X.statssam2009-05-231-2/+20
* add IXP4XX_FLASH_SIZE config knob that can be used to override the defaultsam2009-03-101-0/+4
OpenPOWER on IntegriCloud