summaryrefslogtreecommitdiff
path: root/sys/arm/xscale
Commit message (Expand)AuthorAgeFilesLines
* Intel XScale hwpmc(4) support.Rui Paulo2009-12-231-0/+1
* Remove remaining bits of performance counter support.Rui Paulo2009-10-031-2/+0
* Remove performance counter headers. This code came from NetBSD, but ourRui Paulo2009-10-022-121/+0
* No need to remove the same flag multiple times.Olivier Houchard2009-08-231-2/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-235-0/+25
* Now that we have UARTs running with fast interrupt handlers the ataSam Leffler2009-06-232-35/+208
* use consistent styleSam Leffler2009-06-231-1/+1
* o add a bus space tag that forces a 2usec delay between r/w ops; this isSam Leffler2009-06-224-11/+120
* o remove hack to write UUE+RTOIE in the uart's IER; force them with hintsSam Leffler2009-06-221-21/+7
* hook arm_post_filter to ACK GPIO interrupts; this fixes the interruptSam Leffler2009-06-221-0/+8
* always define Cambria GPS+RS485 mappings as they are no longer conditionalSam Leffler2009-06-221-4/+0
* map the optional GPS and RS485 uart's on the Gateworks Cambria boardSam Leffler2009-06-222-21/+32
* add ixp425_set_gpio to program the gpio interrupt typeSam Leffler2009-06-223-10/+22
* rewrite arm_get_next_irq to always make forward progress (should be optimized)Sam Leffler2009-06-221-8/+20
* kill stray whitespaceSam Leffler2009-06-221-2/+2
* move logic to ACK a GPIO to a separate functionSam Leffler2009-06-221-3/+9
* swap order in ddb show gpio printfSam Leffler2009-06-221-2/+2
* make type use consistentSam Leffler2009-06-221-1/+1
* Add workaround to get IXP435 NPE-A working: reseting NPE-A after NPE-CSam Leffler2009-06-171-28/+24
* correct data/instruction memory sizes for non-ixp425 parts (theseSam Leffler2009-06-171-2/+8
* remove IAL vestige for defining the max data/instruction memory size;Sam Leffler2009-06-171-9/+2
* o correct default miibase for NPE-B and NPE-C; these values areSam Leffler2009-06-171-7/+27
* add ixp4xx_write_feature_bitsSam Leffler2009-06-172-0/+7
* devclass_find_free_unit(xxx, 0) is identical to -1 for mostWarner Losh2009-06-121-1/+1
* strict kobj signatures: number of fixes for arm architectureAndriy Gapon2009-06-116-13/+16
* Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar2009-06-094-4/+4
* maintain existing styleSam Leffler2009-05-301-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-303-7/+14
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-1/+0
* accumulate npe statistics and expose them through dev.npe.X.statsSam Leffler2009-05-231-2/+20
* add IXP4XX_FLASH_SIZE config knob that can be used to override the defaultSam Leffler2009-03-101-0/+4
* map CS0 on 2358 so flash is accessibleSam Leffler2009-03-101-0/+4
* mark device capable of vlan-size framesSam Leffler2009-03-101-0/+3
* turn off inclusion of FCS in rx'd frames; we don't use it anywhere andSam Leffler2009-03-101-4/+2
* o add missing bus_release_resource and bus_deactivate_resource that justSam Leffler2009-03-101-22/+44
* bring in ddb "show gpio" support from Cambria branchSam Leffler2009-03-101-10/+51
* Small cleanup of memory resource allocation from Cambria branch:Sam Leffler2009-03-101-38/+92
* catch up with r189306; handle delayed activation of resourcesSam Leffler2009-03-102-25/+57
* o mark unexpected callbacks more clearlySam Leffler2009-03-081-7/+8
* Cleanup virtual device mapping some more:Sam Leffler2009-03-061-26/+31
* remove unneeded static mappings for NPE and MAC regions; these areSam Leffler2009-03-061-34/+0
* fix legacy usb configurationSam Leffler2009-03-061-1/+1
* o simplify code in ixppcib_conf_setupSam Leffler2009-03-061-17/+11
* Update paths for ehci_ixp4xx.c in the old and new stacks.Andrew Thompson2009-02-241-1/+2
* fix ARM_USE_SMALL_ALLOC after memory layout changesSam Leffler2009-02-111-7/+10
* Add support for the StrataFlash on 2348 boards:Sam Leffler2009-02-034-1/+14
* Remove a duplicate #include.Olivier Houchard2009-01-161-1/+0
* move IXP4XX EHCI bus shim to the usb directory and renameSam Leffler2008-12-232-361/+1
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):Sam Leffler2008-12-233-66/+109