summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* map CS0 on 2358 so flash is accessiblesam2009-03-101-0/+4
* mark device capable of vlan-size framessam2009-03-101-0/+3
* turn off inclusion of FCS in rx'd frames; we don't use it anywhere andsam2009-03-101-4/+2
* o add missing bus_release_resource and bus_deactivate_resource that justsam2009-03-101-22/+44
* bring in ddb "show gpio" support from Cambria branchsam2009-03-101-10/+51
* Small cleanup of memory resource allocation from Cambria branch:sam2009-03-101-38/+92
* catch up with r189306; handle delayed activation of resourcessam2009-03-102-25/+57
* o mark unexpected callbacks more clearlysam2009-03-081-7/+8
* Cleanup virtual device mapping some more:sam2009-03-061-26/+31
* remove unneeded static mappings for NPE and MAC regions; these aresam2009-03-061-34/+0
* fix legacy usb configurationsam2009-03-061-1/+1
* o simplify code in ixppcib_conf_setupsam2009-03-061-17/+11
* Update paths for ehci_ixp4xx.c in the old and new stacks.thompsa2009-02-241-1/+2
* fix ARM_USE_SMALL_ALLOC after memory layout changessam2009-02-111-7/+10
OpenPOWER on IntegriCloud