summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* kill left over cruftsam2009-06-221-2/+0
* enable optional GPS+RS485 uartssam2009-06-221-0/+14
* o add a bus space tag that forces a 2usec delay between r/w ops; this issam2009-06-224-11/+120
* fix typosam2009-06-221-1/+1
* o remove hack to write UUE+RTOIE in the uart's IER; force them with hintssam2009-06-223-21/+10
* 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
* Disable write-back until I figure out what's wrong with it on the i81342.cognet2009-06-211-7/+1
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-182-41/+163
* enable npe-a now that it workssam2009-06-171-5/+5
* 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
* Move the memory layout definitions and logic from mvreg.h to mvwin.hmarcel2009-06-129-245/+287
* 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-1110-19/+22
* Eliminate devclass_find_free_unit call here, since -1 gives the sameimp2009-06-101-1/+1
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-099-10/+10
* Disable interrupts to allow booting on firmware (e.g. U-Boot) thatmarcel2009-06-091-0/+5
* Invalidate cache in pmap_remove_all() on ARM.raj2009-06-081-0/+12
* 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
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-273-239/+6
* accumulate npe statistics and expose them through dev.npe.X.statssam2009-05-231-2/+20
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+12
* Fix name for driver to assign to the SPI device.imp2009-05-151-1/+1
* - Set MAC address in ateinit, so it can be changed later.stas2009-05-131-8/+7
* - Style(9) and consistency nitpicking.stas2009-05-131-72/+88
* - Make SPI bus bridge be non-arch dependent by using more genericgonzo2009-05-131-1/+1
* - Resurrect the debug printf message I accidentally droppedstas2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storestas2009-05-121-16/+28
* - Implement detach path.stas2009-05-121-82/+143
* - Fix build with INVARIANTS enabled.stas2009-05-101-2/+2
* - Fix multicast operation that I broke in previous commit.stas2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing thestas2009-05-101-12/+53
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-1015-238/+238
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-072-5/+2
* Use the good hints for the NSLU, it should fix the network adapter.cognet2009-05-061-6/+6
* - Add support for PXA270 cpu.stas2009-05-051-0/+1
* Reduce the number of bounce zones (and thus the number of bounce pagesjhb2009-04-231-11/+5
OpenPOWER on IntegriCloud