aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r197933:Konstantin Belousov2009-10-201-0/+3
* MFC r196531-196534,196536Rafal Jaworowski2009-09-1615-54/+402
* MFC r196730:Konstantin Belousov2009-09-081-3/+0
* - Merge r196246:Stanislav Sedov2009-08-151-4/+4
* MFC r196193:Rafal Jaworowski2009-08-131-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Make dcache_inv_range() point to the proper routines on ARM9 and ARM9E/ARM10.Rafal Jaworowski2009-07-211-2/+2
* ARM pmap fixes.Rafal Jaworowski2009-07-203-5/+7
* Add IEEE80211_SUPPORT_MESH, following similar change to nanobsd andRui Paulo2009-07-172-0/+2
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-2/+5
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Map DPCPU pages into ARM kernel VA space.Rafal Jaworowski2009-07-013-3/+11
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-262-5/+5
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+35
* temporarily disable optional uarts; apparently we hang when probing themSam Leffler2009-06-251-9/+9
* Enable all populated TWSI (I2C) controllers on Marvell SOCs.Rafal Jaworowski2009-06-254-4/+9
* Fix typo.Olivier Houchard2009-06-241-1/+1
* Fix typo.Olivier Houchard2009-06-241-1/+1
* Introduce ata(4) support for Marvell integrated SATA controllers (found onRafal Jaworowski2009-06-249-0/+958
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-239-1/+41
* 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
* kill left over cruftSam Leffler2009-06-221-2/+0
* enable optional GPS+RS485 uartsSam Leffler2009-06-221-0/+14
* o add a bus space tag that forces a 2usec delay between r/w ops; this isSam Leffler2009-06-224-11/+120
* fix typoSam Leffler2009-06-221-1/+1
* o remove hack to write UUE+RTOIE in the uart's IER; force them with hintsSam Leffler2009-06-223-21/+10
* 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
* Disable write-back until I figure out what's wrong with it on the i81342.Olivier Houchard2009-06-211-7/+1
* Track the kernel mapping of a physical page by a new entry in vm_pageAndrew Thompson2009-06-182-41/+163
* enable npe-a now that it worksSam Leffler2009-06-171-5/+5
* 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
* Move the memory layout definitions and logic from mvreg.h to mvwin.hMarcel Moolenaar2009-06-129-245/+287
* 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-1110-19/+22
* Eliminate devclass_find_free_unit call here, since -1 gives the sameWarner Losh2009-06-101-1/+1